We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7b140 commit 4c0b1b5Copy full SHA for 4c0b1b5
CMakeLists.txt
@@ -5,6 +5,10 @@ set ( CMAKE_CONFIGURATION_TYPES "Debug" "Release" "MinSizeRel" "RelWithDebInfo"
5
set ( CMAKE_BUILD_TYPE "Release"
6
CACHE STRING "Select which configuration to build." )
7
set_property ( CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS ${CMAKE_CONFIGURATION_TYPES} )
8
+message( STATUS
9
+ "================================================
10
+ Building configuration: ${CMAKE_BUILD_TYPE}
11
+================================================")
12
13
# Add option and check environment to determine if developer tests should be run
14
if($ENV{OPENCOARRAYS_DEVELOPER})
0 commit comments