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 85b3666 + a6fdaee commit bc5d87fCopy full SHA for bc5d87f
CMakeLists.txt
@@ -13,7 +13,7 @@ option(UTPP_AMPLIFY_WARNINGS
13
14
set(LIB_SUFFIX "" CACHE STRING "Identifier to add to end of lib directory name e.g. 64 for lib64")
15
16
-if(${CMAKE_CXX_COMPILER_ID} MATCHES "MSVC")
+if (MSVC)
17
# CHECK_CXX_COMPILER_FLAG could be used
18
# but MSVC version is preferred for feature requirements
19
if (MSVC14 OR MSVC12)
0 commit comments