We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0261420 commit 45acb2fCopy full SHA for 45acb2f
1 file changed
CMakeLists.txt
@@ -11,6 +11,7 @@ if(NOT CMAKE_BUILD_TYPE)
11
elseif(CMAKE_BUILD_TYPE MATCHES "Debug")
12
add_definitions(-DDEBUG)
13
endif()
14
+message(STATUS "CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
15
16
# 设置 CMAKE_INSTALL_PREFIX 的默认值
17
if(NOT USER_INSTALL_PREFIX)
0 commit comments