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 624fc08 commit d596221Copy full SHA for d596221
CMakeLists.txt
@@ -52,7 +52,7 @@ endif(BUILD_SHARED_LIBS)
52
# Dropping support for older versions of VS would allow to only rely on __cplusplus
53
if(MSVC AND MSVC_VERSION GREATER_EQUAL 1914)
54
add_compile_options(/Zc:__cplusplus)
55
-endif(MSVC)
+endif(MSVC AND MSVC_VERSION GREATER_EQUAL 1914)
56
57
if (NOT ${CMAKE_SYSTEM_NAME} STREQUAL "Windows" AND CMAKE_CXX_COMPILER_ID MATCHES Clang|GNU)
58
target_compile_options(${PROJECT_NAME} PRIVATE -Wall -Wextra -Werror)
0 commit comments