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 (1.5) #7541

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
@AJenbo AJenbo merged commit a1bff11 into diasurgical:1.5 Nov 15, 2024
20 checks passed
@glebm glebm deleted the 1.5-macos-deployment-tgt branch November 15, 2024 12:56
@StephenCWills StephenCWills added this to the 1.5.4 milestone Dec 6, 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.

3 participants