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 2113033 + 7c2432a commit 122f088Copy full SHA for 122f088
icuSources/CMakeLists.txt
@@ -19,7 +19,7 @@ target_include_directories(_FoundationICU
19
include/)
20
21
target_compile_options(_FoundationICU INTERFACE
22
- "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xcc -fmodule-map-file=${CMAKE_CURRENT_SOURCE_DIR}/include/_foundation_unicode/module.modulemap>")
+ "$<BUILD_INTERFACE:$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xcc -fmodule-map-file=${CMAKE_CURRENT_SOURCE_DIR}/include/_foundation_unicode/module.modulemap>>")
23
24
add_subdirectory(common)
25
add_subdirectory(i18n)
0 commit comments