Thanks to visit codestin.com Credit goes to github.com
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 bb49539 commit a2fe238Copy full SHA for a2fe238
CMakeLists.txt
@@ -11,7 +11,7 @@ option(UTPP_AMPLIFY_WARNINGS
11
"Set this to OFF if you wish to use CMake default warning levels; should generally only use to work around support issues for your specific compiler"
12
ON)
13
14
-if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
+if(${CMAKE_CXX_COMPILER_ID} MATCHES "MSVC")
15
# CHECK_CXX_COMPILER_FLAG could be used
16
# but MSVC version is preferred for feature requirements
17
if (MSVC14 OR MSVC12)
0 commit comments