Tweak to CMake configuration to allow the version of the C++ standard to be
modified via the environment variable CMAKE_CXX_STANDARD.
The implementation only allows the change if the specified standard is newer
than our default, currently C++17.
Details
Details
Configured the project with the environment variable set to 14 and 20 and
obtained the expected behaviour: no change, standard bumped to C++20.
Diff Detail
Diff Detail
- Repository
- rLAURA laura
- Branch
- tlatham_cmake_tweak
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 275 Build 275: arc lint + arc unit