Skip to content

build: port to new Swift support #2304

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

Closed
wants to merge 1 commit into from

Conversation

compnerd
Copy link
Member

This ports the foundation build to use the new builtin Swift support in
CMake. It allows for a significant cleanup of the build rules.

This ports the foundation build to use the new builtin Swift support in
CMake.  It allows for a significant cleanup of the build rules.
@@ -422,6 +426,9 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
PRIVATE
${LIBXML2_INCLUDE_DIR})
find_package(CURL REQUIRED)
target_include_directories(CoreFoundation
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CoreFoundation is not supposed to import or link with libcurl.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, this is based on an older state of the tree. I will have to redo the work, this was to demonstrate what the build would look like.

@compnerd
Copy link
Member Author

compnerd commented Nov 5, 2019

Superseded by #2524

@compnerd compnerd closed this Nov 5, 2019
@compnerd compnerd deleted the new-cmake branch November 5, 2019 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants