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

Only set CMAKE_OSX_DEPLOYMENT_TARGET on new macOS #7540

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

glebm
Copy link
Collaborator

@glebm glebm commented Nov 15, 2024

We set CMAKE_OSX_DEPLOYMENT_TARGET to make the package compatible with older macOS than the one we're building on.

However, we should not do this when building on an even older system, e.g. macOS 10.4

We set `CMAKE_OSX_DEPLOYMENT_TARGET` to make the package compatible with
older macOS than the one we're building on.

However, we should not do this when building on an even older system,
e.g. macOS 10.4
Copy link
Member

@AJenbo AJenbo left a comment

Choose a reason for hiding this comment

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

Arh this is a better solution then what I had locally 👍

@glebm glebm enabled auto-merge (rebase) November 15, 2024 11:38
@glebm glebm merged commit 4ec2492 into diasurgical:master Nov 15, 2024
23 checks passed
@glebm glebm deleted the macos-deployment-tgt branch November 15, 2024 12:56
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