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 f63de71 commit 5d1b73dCopy full SHA for 5d1b73d
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