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 f367ac8 commit 35be4dcCopy full SHA for 35be4dc
CMakeLists.txt
@@ -42,8 +42,8 @@ target_compile_features(cpp-sort INTERFACE cxx_std_14)
42
# MSVC won't work without a stricter standard compliance
43
if (MSVC)
44
target_compile_options(cpp-sort INTERFACE
45
- $<$<COMPILE_LANGUAGE:CXX>:/permissive- /Zc:preprocessor>
46
- $<$<COMPILE_LANGUAGE:CUDA>:-Xcompiler "/permissive- /Zc:preprocessor">
+ $<$<COMPILE_LANGUAGE:CXX>:/permissive->
+ $<$<COMPILE_LANGUAGE:CUDA>:-Xcompiler "/permissive-">
47
)
48
endif()
49
0 commit comments