File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
FoundationInternationalization Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ if(NOT BUILD_SHARED_LIBS)
102
102
target_compile_options (FoundationEssentials PRIVATE
103
103
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -public-autolink-library -Xfrontend $<$<PLATFORM_ID:Windows>:${CMAKE_STATIC_LIBRARY_PREFIX_Swift} >_FoundationCollections>" )
104
104
target_compile_options (FoundationEssentials PRIVATE
105
- "SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -public-autolink-library -Xfrontend $<$<PLATFORM_ID:Windows>: ${CMAKE_STATIC_LIBRARY_PREFIX_Swift} > swiftSynchronization>" )
105
+ "SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -public-autolink-library -Xfrontend swiftSynchronization>" )
106
106
endif ()
107
107
108
108
set_target_properties (FoundationEssentials PROPERTIES
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ if(NOT BUILD_SHARED_LIBS)
49
49
target_compile_options (FoundationInternationalization PRIVATE
50
50
"SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -public-autolink-library -Xfrontend _FoundationICU>" )
51
51
target_compile_options (FoundationEssentials PRIVATE
52
- "SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -public-autolink-library -Xfrontend $<$<PLATFORM_ID:Windows>: ${CMAKE_STATIC_LIBRARY_PREFIX_Swift} > swiftSynchronization>" )
52
+ "SHELL:$<$<COMPILE_LANGUAGE:Swift>:-Xfrontend -public-autolink-library -Xfrontend swiftSynchronization>" )
53
53
endif ()
54
54
55
55
set_target_properties (FoundationInternationalization PROPERTIES
You can’t perform that action at this time.
0 commit comments