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 26d098c commit 9b8de43Copy full SHA for 9b8de43
CMakeLists.txt
@@ -466,7 +466,7 @@ if(MSVC)
466
# add_link_options("/DEBUG:FASTLINK")
467
468
add_compile_options("$<$<COMPILE_LANGUAGE:C,CXX>:/Z7>")
469
- add_link_options("$<$<COMPILE_LANGUAGE:C,CXX>:\"/DEBUG:FASTLINK\">")
+ add_link_options("$<$<COMPILE_LANGUAGE:C,CXX>:/DEBUG:FASTLINK>")
470
471
if(STDCALL)
472
# /Gz - stdcall calling convention
0 commit comments