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.
2 parents a5e8381 + 5d1b73d commit cbd9e6cCopy full SHA for cbd9e6c
lib/CompilerPluginSupport/CMakeLists.txt
@@ -72,7 +72,7 @@ if(SWIFT_SWIFT_PARSER)
72
RESULT_VARIABLE
73
SWIFT_SUPPORTS_DISABLE_IMPLICIT_STRING_PROCESSING_MODULE_IMPORT)
74
if(NOT SWIFT_SUPPORTS_DISABLE_IMPLICIT_STRING_PROCESSING_MODULE_IMPORT)
75
- add_compile_options(
+ target_compile_options("${library_name}" PRIVATE
76
$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend>
77
$<$<COMPILE_LANGUAGE:Swift>:-disable-implicit-string-processing-module-import>)
78
endif()
0 commit comments