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

CMakeLists: Match arbitrary arm64-osx triplets #11933

Merged

Conversation

fwcd
Copy link
Member

@fwcd fwcd commented Sep 7, 2023

Compiling natively on an arm64 macOS machine will, by default, use arm64-osx as a vcpkg host triplet, which currently isn't recognized by the CMake configuration. Since macOS 11 is the first version that supports arm64, we'd want to use a deployment target of 11.0 on all Apple Silicon machines instead of defaulting to 10.15. This branch fixes this by matching all triplets beginning with arm64-osx.

@github-actions github-actions bot added the build label Sep 7, 2023
@JoergAtGithub
Copy link
Member

LGTM! Thank you!

@JoergAtGithub JoergAtGithub merged commit 8d0ded7 into mixxxdj:main Sep 7, 2023
13 checks passed
@fwcd fwcd deleted the fix-arm64-osx-target-triplet-check branch September 7, 2023 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants