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

Allow the build environment to override CMAKE_CXX_STANDARD #353

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

LiruMouse
Copy link
Contributor

The Boost that my team is now using requires dependents to be on more Modern C++ than 98, apparently.

Without this patch, we are faced with a veritable great wall of boost errors.
With this patch, the build should proceed as normal in existing environments, but it should also work in environments that specify the C++ Standard through some external means, such as a conan profile or a commandline flag.

Thank you for your time and effort on this project 💖

@alanxz alanxz merged commit d271adb into alanxz:master Jan 16, 2025
2 checks passed
@LiruMouse LiruMouse mentioned this pull request Jan 16, 2025
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