File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,7 @@ add_swift_library(FoundationNetworking
347
347
-DDEPLOYMENT_RUNTIME_SWIFT
348
348
-DNS_BUILDING_FOUNDATION_NETWORKING
349
349
-Xcc -F${CMAKE_CURRENT_BINARY_DIR}
350
- ${deployment_enable_libdispatch}
350
+ $< $< BOOL:FOUNDATION_ENABLE_LIBDISPATCH > :-DDEPLOYMENT_ENABLE_LIBDISPATCH >
351
351
-I;${CMAKE_CURRENT_BINARY_DIR}/swift
352
352
${libdispatch_cflags}
353
353
$< $< BOOL:ENABLE_TESTING> :-enable-testing>
@@ -389,7 +389,7 @@ add_swift_library(FoundationXML
389
389
-DDEPLOYMENT_RUNTIME_SWIFT
390
390
-DNS_BUILDING_FOUNDATION_NETWORKING
391
391
-Xcc -F${CMAKE_CURRENT_BINARY_DIR}
392
- ${deployment_enable_libdispatch}
392
+ $< $< BOOL:FOUNDATION_ENABLE_LIBDISPATCH > :-DDEPLOYMENT_ENABLE_LIBDISPATCH >
393
393
-I;${CMAKE_CURRENT_BINARY_DIR}/swift
394
394
${libdispatch_cflags}
395
395
$< $< BOOL:ENABLE_TESTING> :-enable-testing>
You can’t perform that action at this time.
0 commit comments