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.
1 parent d6486b3 commit 755bffaCopy full SHA for 755bffa
CMakeLists.txt
@@ -164,6 +164,8 @@ ELSEIF(NOT HAVE_CMAKE_BUILD_TYPE OR OLD_WITH_DEBUG)
164
SET(OLD_WITH_DEBUG 0 CACHE INTERNAL "" FORCE)
165
ENDIF()
166
167
+STRING(TOUPPER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE_UPPER)
168
+
169
IF(CMAKE_GENERATOR MATCHES "Visual Studio [1-9][0-9].*" AND
170
CMAKE_GENERATOR_TOOLSET STREQUAL "")
171
# Switch to 64 bit toolset on Windows (32 bit is default).
0 commit comments