File tree 1 file changed +2
-2
lines changed
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)
94
94
elseif (SwiftTesting_MACRO_PATH)
95
95
if (SwiftTesting_MACRO_PATH MATCHES [[\.(dylib|so|dll)$]])
96
96
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} \" >" )
98
98
else ()
99
99
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\" >" )
101
101
endif ()
102
102
endif ()
103
103
You can’t perform that action at this time.
0 commit comments