Skip to content

Commit 9110ae7

Browse files
committed
add_swift_host_tool: DCE COMPILE_FLAGS (NFC)
1 parent 47e0608 commit 9110ae7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2360,7 +2360,6 @@ endmacro()
23602360
function(add_swift_host_tool executable)
23612361
set(ADDSWIFTHOSTTOOL_multiple_parameter_options
23622362
SWIFT_COMPONENT
2363-
COMPILE_FLAGS
23642363
DEPENDS)
23652364

23662365
cmake_parse_arguments(
@@ -2375,7 +2374,6 @@ function(add_swift_host_tool executable)
23752374
${executable}
23762375
${ADDSWIFTHOSTTOOL_UNPARSED_ARGUMENTS}
23772376
DEPENDS ${ADDSWIFTHOSTTOOL_DEPENDS}
2378-
COMPILE_FLAGS ${ADDSWIFTHOSTTOOL_COMPILE_FLAGS}
23792377
)
23802378

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

0 commit comments

Comments
 (0)