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 8f8a568 commit dd7523dCopy full SHA for dd7523d
CMakeLists.txt
@@ -68,7 +68,7 @@ if(MSVC)
68
WIN32_LEAN_AND_MEAN
69
NOMINMAX
70
)
71
-else()
+elseif (CMAKE_CXX_COMPILER_ID MATCHES "Clang|GNU")
72
# Unix-like specific flags
73
target_compile_options(cpputils PRIVATE
74
-std=c++2b
0 commit comments