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 control of C++ standard. #2040

Merged
merged 2 commits into from
Apr 26, 2022
Merged

Conversation

aprilnovak
Copy link
Contributor

Use cxx_std_14 feature to allow another application (in this case, Cardinal) to upgrade the C++ version.

Closes #2039

@aprilnovak
Copy link
Contributor Author

fyi @loganharbour @GiudGiud

@loganharbour
Copy link

👍🏼 probably remove the now redundant comment about "another way"?

Copy link
Contributor

@paulromano paulromano left a comment

Choose a reason for hiding this comment

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

Yay for more CMake improvements -- thanks @aprilnovak! Will merge at the end of the day tomorrow if there are no other comments.

@paulromano
Copy link
Contributor

@aprilnovak I just noticed that tests/regression_tests/external_moab/test.py is also using the old CXX_STANDARD approach — would you mind updating that for consistency?

@aprilnovak
Copy link
Contributor Author

Sure, I think I got it - I don't have OpenMC built with MOAB so was not able to test it though, just FYI.

@paulromano paulromano merged commit 996ada5 into openmc-dev:develop Apr 26, 2022
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.

Upgrade or control C++ standard
3 participants