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 35be4dc commit 0664515Copy full SHA for 0664515
CMakeLists.txt
@@ -43,7 +43,7 @@ target_compile_features(cpp-sort INTERFACE cxx_std_14)
43
if (MSVC)
44
target_compile_options(cpp-sort INTERFACE
45
$<$<COMPILE_LANGUAGE:CXX>:/permissive->
46
- $<$<COMPILE_LANGUAGE:CUDA>:-Xcompiler "/permissive-">
+ $<$<COMPILE_LANGUAGE:CUDA>:-Xcompiler="/permissive-">
47
)
48
endif()
49
0 commit comments