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.
CMAKE_BUILD_TYPE
1 parent 470fd9c commit c75dbedCopy full SHA for c75dbed
llvm/CMakeLists.txt
@@ -388,7 +388,7 @@ string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)
388
389
if (CMAKE_BUILD_TYPE AND
390
NOT uppercase_CMAKE_BUILD_TYPE MATCHES "^(DEBUG|RELEASE|RELWITHDEBINFO|MINSIZEREL)$")
391
- message(FATAL_ERROR "Invalid value for CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
+ message(WARNING "Unknown value for CMAKE_BUILD_TYPE: ${CMAKE_BUILD_TYPE}")
392
endif()
393
394
# LLVM_INSTALL_PACKAGE_DIR needs to be declared prior to adding the tools
0 commit comments