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

[6.0.0][CMake] Explicitly link Testing to Foundation #716

Closed

Conversation

rintaro
Copy link
Member

@rintaro rintaro commented Sep 19, 2024

Cherry-pick #693 into release/6.0.0

  • Explanation: Previously in CMake builds, when Foundation was not in the regular search directory (e.g. resource directory or SDK search paths) #if canImport(Foundation) used to fail, and the functionalities are not included. This patch provides a way to provide Foundation_DIR for find_packgage(Foundation CONFIG), so that clients can correctly link Testing to Foundation
  • Scope: CMake builds
  • Risk: Low. No actual code changes.
  • Testing: Passes current test suite Also manually tested the build toolchain
  • Issues: N/A
  • Reviewer: TBA

WASI doesn't support `libdispatch`

(cherry picked from commit c2f8ccc)
@shahmishal
Copy link
Member

At this point we are not taking this into 6.0.1 release, if we want this in 6.0.2 please target release/6.0.2

@shahmishal shahmishal closed this Sep 20, 2024
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