Skip to content

Commit 1f9feb5

Browse files
committed
add_swift_host_tool: DCE DEPENDS (NFC)
1 parent 9110ae7 commit 1f9feb5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2359,8 +2359,7 @@ endmacro()
23592359

23602360
function(add_swift_host_tool executable)
23612361
set(ADDSWIFTHOSTTOOL_multiple_parameter_options
2362-
SWIFT_COMPONENT
2363-
DEPENDS)
2362+
SWIFT_COMPONENT)
23642363

23652364
cmake_parse_arguments(
23662365
ADDSWIFTHOSTTOOL # prefix
@@ -2373,7 +2372,6 @@ function(add_swift_host_tool executable)
23732372
add_swift_executable(
23742373
${executable}
23752374
${ADDSWIFTHOSTTOOL_UNPARSED_ARGUMENTS}
2376-
DEPENDS ${ADDSWIFTHOSTTOOL_DEPENDS}
23772375
)
23782376

23792377
# And then create the install rule if we are asked to.

0 commit comments

Comments
 (0)