We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9110ae7 commit 1f9feb5Copy full SHA for 1f9feb5
cmake/modules/AddSwift.cmake
@@ -2359,8 +2359,7 @@ endmacro()
2359
2360
function(add_swift_host_tool executable)
2361
set(ADDSWIFTHOSTTOOL_multiple_parameter_options
2362
- SWIFT_COMPONENT
2363
- DEPENDS)
+ SWIFT_COMPONENT)
2364
2365
cmake_parse_arguments(
2366
ADDSWIFTHOSTTOOL # prefix
@@ -2373,7 +2372,6 @@ function(add_swift_host_tool executable)
2373
2372
add_swift_executable(
2374
${executable}
2375
${ADDSWIFTHOSTTOOL_UNPARSED_ARGUMENTS}
2376
- DEPENDS ${ADDSWIFTHOSTTOOL_DEPENDS}
2377
)
2378
2379
# And then create the install rule if we are asked to.
0 commit comments