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

Fix macos-11 for CMake >= 3.19 #164

Merged
merged 1 commit into from
Apr 11, 2022

Conversation

jschwe
Copy link
Collaborator

@jschwe jschwe commented Apr 9, 2022

Fix Corrosion on macOS >=11 by adding the necessary link directory if
using the experimental parser. There is technical reason preventing
a backport to the older generator (except that the property
INTERFACE_LINK_DIRECTORIES requires CMake >= 3.13), so future work
could add support for older CMake versions.
For now I think its fine requiring a recent CMake version for recent
macOS versions.

Closes #104

@jschwe jschwe mentioned this pull request Apr 9, 2022
Fix Corrosion on macOS >=11 by adding the necessary link directory if
using the experimental parser. There is technical reason preventing
a backport to the older generator (except that the property
INTERFACE_LINK_DIRECTORIES requires CMake >= 3.13), so future work
could add support for older CMake versions.
For now I think its fine requiring a recent CMake version for recent
macOS versions.

Co-authored-by: Danielhu <[email protected]>
@jschwe jschwe force-pushed the jschwe/fix-macos11 branch from 9d1415b to 7d7808c Compare April 9, 2022 19:45
@jschwe jschwe merged commit 76bd81d into corrosion-rs:master Apr 11, 2022
@jschwe jschwe deleted the jschwe/fix-macos11 branch April 12, 2022 12:11
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.

macos BigSur: ld: library not found for -lSystem
1 participant