Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: adjust the build for rebranch #4820

Merged
merged 1 commit into from
Sep 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Sources/Foundation/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -152,6 +152,7 @@ target_compile_definitions(Foundation PRIVATE
DEPLOYMENT_RUNTIME_SWIFT)
target_compile_options(Foundation PUBLIC
$<$<BOOL:${ENABLE_TESTING}>:-enable-testing>
"SHELL:-Xfrontend -disable-autolink-framework -Xfrontend CoreFoundation"
"SHELL:-Xcc -F${CMAKE_BINARY_DIR}")
target_link_libraries(Foundation
PRIVATE
1 change: 1 addition & 0 deletions Sources/FoundationNetworking/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -59,6 +59,7 @@ target_compile_options(FoundationNetworking PUBLIC
# forced load symbol when validating the TBD
-Xfrontend -validate-tbd-against-ir=none
$<$<BOOL:${ENABLE_TESTING}>:-enable-testing>
"SHELL:-Xfrontend -disable-autolink-framework -Xfrontend CFURLSessionInterface"
"SHELL:-Xcc -F${CMAKE_BINARY_DIR}")
target_link_libraries(FoundationNetworking
PRIVATE
1 change: 1 addition & 0 deletions Sources/FoundationXML/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@ target_compile_definitions(FoundationXML PRIVATE
DEPLOYMENT_RUNTIME_SWIFT)
target_compile_options(FoundationXML PUBLIC
$<$<BOOL:${ENABLE_TESTING}>:-enable-testing>
"SHELL:-Xfrontend -disable-autolink-framework -Xfrontend CFXMLInterface"
"SHELL:-Xcc -F${CMAKE_BINARY_DIR}")
target_link_libraries(FoundationXML
PRIVATE