Skip to content

Commit 9b8de43

Browse files
committed
commas around fastlink do not work
1 parent 26d098c commit 9b8de43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ if(MSVC)
466466
# add_link_options("/DEBUG:FASTLINK")
467467

468468
add_compile_options("$<$<COMPILE_LANGUAGE:C,CXX>:/Z7>")
469-
add_link_options("$<$<COMPILE_LANGUAGE:C,CXX>:\"/DEBUG:FASTLINK\">")
469+
add_link_options("$<$<COMPILE_LANGUAGE:C,CXX>:/DEBUG:FASTLINK>")
470470

471471
if(STDCALL)
472472
# /Gz - stdcall calling convention

0 commit comments

Comments
 (0)