@@ -678,7 +678,6 @@ endfunction()
678
678
# [STATIC]
679
679
# [SDK sdk]
680
680
# [ARCHITECTURE architecture]
681
- # [DEPENDS dep1 ...]
682
681
# [FRAMEWORK_DEPENDS dep1 ...]
683
682
# [FRAMEWORK_DEPENDS_WEAK dep1 ...]
684
683
# [LLVM_LINK_COMPONENTS comp1 ...]
@@ -706,9 +705,6 @@ endfunction()
706
705
# ARCHITECTURE
707
706
# Architecture to build for.
708
707
#
709
- # DEPENDS
710
- # Targets that this library depends on.
711
- #
712
708
# FRAMEWORK_DEPENDS
713
709
# System frameworks this library depends on.
714
710
#
@@ -746,7 +742,6 @@ function(_add_swift_host_library_single target name)
746
742
DARWIN_INSTALL_NAME_DIR
747
743
SDK )
748
744
set (SWIFTLIB_SINGLE_multiple_parameter_options
749
- DEPENDS
750
745
FILE_DEPENDS
751
746
FRAMEWORK_DEPENDS
752
747
FRAMEWORK_DEPENDS_WEAK
@@ -853,7 +848,6 @@ function(_add_swift_host_library_single target name)
853
848
SWIFTLIB_SINGLE_EXTERNAL_SOURCES ${name}
854
849
DEPENDS
855
850
${gyb_dependency_targets}
856
- ${SWIFTLIB_SINGLE_DEPENDS}
857
851
${SWIFTLIB_SINGLE_FILE_DEPENDS}
858
852
SDK ${SWIFTLIB_SINGLE_SDK}
859
853
ARCHITECTURE ${SWIFTLIB_SINGLE_ARCHITECTURE}
@@ -996,7 +990,6 @@ function(_add_swift_host_library_single target name)
996
990
add_dependencies_multiple_targets (
997
991
TARGETS "${target} "
998
992
DEPENDS
999
- ${SWIFTLIB_SINGLE_DEPENDS}
1000
993
${gyb_dependency_targets}
1001
994
"${swift_object_dependency_target} "
1002
995
"${swift_module_dependency_target} "
0 commit comments