Skip to content

Commit 4c0b1b5

Browse files
committed
Print CMake build type
1 parent 6f7b140 commit 4c0b1b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ set ( CMAKE_CONFIGURATION_TYPES "Debug" "Release" "MinSizeRel" "RelWithDebInfo"
55
set ( CMAKE_BUILD_TYPE "Release"
66
CACHE STRING "Select which configuration to build." )
77
set_property ( CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS ${CMAKE_CONFIGURATION_TYPES} )
8+
message( STATUS
9+
"================================================
10+
Building configuration: ${CMAKE_BUILD_TYPE}
11+
================================================")
812

913
# Add option and check environment to determine if developer tests should be run
1014
if($ENV{OPENCOARRAYS_DEVELOPER})

0 commit comments

Comments
 (0)