Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: simplify c++ standard settings
c++14 is our new lower bound and default c++ standard. Use SUBSTRING to calculate CMAKE_CXX_STANDARD rather than having to special-case each value.
- Loading branch information