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 47e0608 commit 9110ae7Copy full SHA for 9110ae7
cmake/modules/AddSwift.cmake
@@ -2360,7 +2360,6 @@ endmacro()
2360
function(add_swift_host_tool executable)
2361
set(ADDSWIFTHOSTTOOL_multiple_parameter_options
2362
SWIFT_COMPONENT
2363
- COMPILE_FLAGS
2364
DEPENDS)
2365
2366
cmake_parse_arguments(
@@ -2375,7 +2374,6 @@ function(add_swift_host_tool executable)
2375
2374
${executable}
2376
${ADDSWIFTHOSTTOOL_UNPARSED_ARGUMENTS}
2377
DEPENDS ${ADDSWIFTHOSTTOOL_DEPENDS}
2378
- COMPILE_FLAGS ${ADDSWIFTHOSTTOOL_COMPILE_FLAGS}
2379
)
2380
2381
# And then create the install rule if we are asked to.
0 commit comments