File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,10 +94,10 @@ if(NOT SwiftTesting_MACRO_PATH)
9494elseif (SwiftTesting_MACRO_PATH)
9595 if (SwiftTesting_MACRO_PATH MATCHES [[\.(dylib|so|dll)$]])
9696 message (STATUS "TestingMacros: ${SwiftTesting_MACRO_PATH} (shared library)" )
97- add_compile_options ("$<$<COMPILE_LANGUAGE:Swift>:SHELL:-load-plugin-library ${SwiftTesting_MACRO_PATH} >" )
97+ add_compile_options ("$<$<COMPILE_LANGUAGE:Swift>:SHELL:-load-plugin-library \" ${SwiftTesting_MACRO_PATH} \" >" )
9898 else ()
9999 message (STATUS "TestingMacros: ${SwiftTesting_MACRO_PATH} (executable)" )
100- add_compile_options ("$<$<COMPILE_LANGUAGE:Swift>:SHELL:-load-plugin-executable ${SwiftTesting_MACRO_PATH} #TestingMacros>" )
100+ add_compile_options ("$<$<COMPILE_LANGUAGE:Swift>:SHELL:-load-plugin-executable \" ${SwiftTesting_MACRO_PATH} #TestingMacros\" >" )
101101 endif ()
102102endif ()
103103
You can’t perform that action at this time.
0 commit comments