File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -678,7 +678,6 @@ endfunction()
678
678
# [STATIC]
679
679
# [SDK sdk]
680
680
# [ARCHITECTURE architecture]
681
- # [FRAMEWORK_DEPENDS dep1 ...]
682
681
# [FRAMEWORK_DEPENDS_WEAK dep1 ...]
683
682
# [LLVM_LINK_COMPONENTS comp1 ...]
684
683
# [SWIFT_COMPILE_FLAGS flag1...]
@@ -705,9 +704,6 @@ endfunction()
705
704
# ARCHITECTURE
706
705
# Architecture to build for.
707
706
#
708
- # FRAMEWORK_DEPENDS
709
- # System frameworks this library depends on.
710
- #
711
707
# FRAMEWORK_DEPENDS_WEAK
712
708
# System frameworks this library depends on that should be weakly-linked.
713
709
#
@@ -743,7 +739,6 @@ function(_add_swift_host_library_single target name)
743
739
SDK )
744
740
set (SWIFTLIB_SINGLE_multiple_parameter_options
745
741
FILE_DEPENDS
746
- FRAMEWORK_DEPENDS
747
742
FRAMEWORK_DEPENDS_WEAK
748
743
GYB_SOURCES
749
744
INCORPORATE_OBJECT_LIBRARIES
@@ -996,9 +991,6 @@ function(_add_swift_host_library_single target name)
996
991
${LLVM_COMMON_DEPENDS} )
997
992
998
993
# Link against system frameworks.
999
- foreach (FRAMEWORK ${SWIFTLIB_SINGLE_FRAMEWORK_DEPENDS} )
1000
- target_link_libraries (${target} PUBLIC "-framework ${FRAMEWORK} " )
1001
- endforeach ()
1002
994
foreach (FRAMEWORK ${SWIFTLIB_SINGLE_FRAMEWORK_DEPENDS_WEAK} )
1003
995
target_link_libraries (${target} PUBLIC "-weak_framework ${FRAMEWORK} " )
1004
996
endforeach ()
You can’t perform that action at this time.
0 commit comments