Skip to content

Commit 25e2701

Browse files
committed
[ci skip] print build type
1 parent 9c54a71 commit 25e2701

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ if (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
2727
set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
2828
endif()
2929

30+
message(STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
31+
3032
# Enable FetchContent to download dependencies at configure time
3133
include(FetchContent)
3234

0 commit comments

Comments
 (0)