Skip to content

Commit 7bc703e

Browse files
committed
build: remove DEPENDS from _add_swift_host_library_single
1 parent fd74b30 commit 7bc703e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,6 @@ endfunction()
678678
# [STATIC]
679679
# [SDK sdk]
680680
# [ARCHITECTURE architecture]
681-
# [DEPENDS dep1 ...]
682681
# [FRAMEWORK_DEPENDS dep1 ...]
683682
# [FRAMEWORK_DEPENDS_WEAK dep1 ...]
684683
# [LLVM_LINK_COMPONENTS comp1 ...]
@@ -706,9 +705,6 @@ endfunction()
706705
# ARCHITECTURE
707706
# Architecture to build for.
708707
#
709-
# DEPENDS
710-
# Targets that this library depends on.
711-
#
712708
# FRAMEWORK_DEPENDS
713709
# System frameworks this library depends on.
714710
#
@@ -746,7 +742,6 @@ function(_add_swift_host_library_single target name)
746742
DARWIN_INSTALL_NAME_DIR
747743
SDK)
748744
set(SWIFTLIB_SINGLE_multiple_parameter_options
749-
DEPENDS
750745
FILE_DEPENDS
751746
FRAMEWORK_DEPENDS
752747
FRAMEWORK_DEPENDS_WEAK
@@ -853,7 +848,6 @@ function(_add_swift_host_library_single target name)
853848
SWIFTLIB_SINGLE_EXTERNAL_SOURCES ${name}
854849
DEPENDS
855850
${gyb_dependency_targets}
856-
${SWIFTLIB_SINGLE_DEPENDS}
857851
${SWIFTLIB_SINGLE_FILE_DEPENDS}
858852
SDK ${SWIFTLIB_SINGLE_SDK}
859853
ARCHITECTURE ${SWIFTLIB_SINGLE_ARCHITECTURE}
@@ -996,7 +990,6 @@ function(_add_swift_host_library_single target name)
996990
add_dependencies_multiple_targets(
997991
TARGETS "${target}"
998992
DEPENDS
999-
${SWIFTLIB_SINGLE_DEPENDS}
1000993
${gyb_dependency_targets}
1001994
"${swift_object_dependency_target}"
1002995
"${swift_module_dependency_target}"

0 commit comments

Comments
 (0)