Skip to content

Commit 626a1f4

Browse files
committed
build: remove FILE_DEPENDS from _add_swift_host_library_single
1 parent 7f4b406 commit 626a1f4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,6 @@ endfunction()
680680
# [ARCHITECTURE architecture]
681681
# [LLVM_LINK_COMPONENTS comp1 ...]
682682
# [SWIFT_COMPILE_FLAGS flag1...]
683-
# [FILE_DEPENDS target1 ...]
684683
# INSTALL_IN_COMPONENT comp
685684
# source1 [source2 source3 ...])
686685
#
@@ -708,9 +707,6 @@ endfunction()
708707
# SWIFT_COMPILE_FLAGS
709708
# Extra compile flags (Swift).
710709
#
711-
# FILE_DEPENDS
712-
# Additional files this library depends on.
713-
#
714710
# INSTALL_IN_COMPONENT comp
715711
# The Swift installation component that this library belongs to.
716712
#
@@ -730,7 +726,6 @@ function(_add_swift_host_library_single target name)
730726
DARWIN_INSTALL_NAME_DIR
731727
SDK)
732728
set(SWIFTLIB_SINGLE_multiple_parameter_options
733-
FILE_DEPENDS
734729
GYB_SOURCES
735730
LLVM_LINK_COMPONENTS
736731
SWIFT_COMPILE_FLAGS)
@@ -831,7 +826,6 @@ function(_add_swift_host_library_single target name)
831826
SWIFTLIB_SINGLE_EXTERNAL_SOURCES ${name}
832827
DEPENDS
833828
${gyb_dependency_targets}
834-
${SWIFTLIB_SINGLE_FILE_DEPENDS}
835829
SDK ${SWIFTLIB_SINGLE_SDK}
836830
ARCHITECTURE ${SWIFTLIB_SINGLE_ARCHITECTURE}
837831
MODULE_NAME ${module_name}
@@ -1109,7 +1103,6 @@ endfunction()
11091103
# [SHARED]
11101104
# [STATIC]
11111105
# [LLVM_LINK_COMPONENTS comp1 ...]
1112-
# [FILE_DEPENDS target1 ...]
11131106
# source1 [source2 source3 ...])
11141107
#
11151108
# name
@@ -1124,9 +1117,6 @@ endfunction()
11241117
# LLVM_LINK_COMPONENTS
11251118
# LLVM components this library depends on.
11261119
#
1127-
# FILE_DEPENDS
1128-
# Additional files this library depends on.
1129-
#
11301120
# source1 ...
11311121
# Sources to add into this library.
11321122
function(add_swift_host_library name)

0 commit comments

Comments
 (0)