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

Set CMAKE_OSX_DEPLOYMENT_TARGET to 10.14 in CMakeLists.txt #2528

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

sbc100
Copy link
Member

@sbc100 sbc100 commented Jan 10, 2025

wabt doesn't currently build when targeting 10.13 because it uses std::optional::value which is not available on 10.13.

See: #2527

wabt doesn't currently build when targeting 10.13 because it uses
std::optional::value which is not available on 10.13.

See: #2527
@sbc100 sbc100 merged commit d1c9d90 into main Jan 10, 2025
35 checks passed
@sbc100 sbc100 deleted the CMAKE_OSX_DEPLOYMENT_TARGET branch January 10, 2025 22:49
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