We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The units library cmake code should acknowledge and use CMAKE_CXX_STANDARD if it is defined.
CMAKE_CXX_STANDARD
currently UNITS_CXX_STANDARD is used, and that should continue to be the case but there should be a path through the CMAKE_CXX_STANDARD as well
UNITS_CXX_STANDARD
The text was updated successfully, but these errors were encountered:
Seemed more appropriate to remove UNIT_CXX_STD in favor of the more standard cmake approach
Sorry, something went wrong.
No branches or pull requests
The units library cmake code should acknowledge and use
CMAKE_CXX_STANDARD
if it is defined.currently
UNITS_CXX_STANDARD
is used, and that should continue to be the case but there should be a path through theCMAKE_CXX_STANDARD
as wellThe text was updated successfully, but these errors were encountered: