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.
2 parents ad07f81 + 1ee1b70 commit 85d1b3bCopy full SHA for 85d1b3b
cmake/BuildType.cmake
@@ -5,7 +5,7 @@ if(EXISTS "${CMAKE_SOURCE_DIR}/.git")
5
endif()
6
7
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
8
- message(STATUS "Setting build type to '${DEFAULT_BUILD_TYPE}' as none
+ message(STATUS "Setting build type to '${DEFAULT_BUILD_TYPE}' as none\
9
was specified.")
10
11
set(CMAKE_BUILD_TYPE
0 commit comments