Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the minimum required CMake to 3.7. CMake 3.1 is required for the `CMAKE_C_STANDARD` and `CMAKE_C_STANDARD_REQUIRED` options to take effect. Relying on CMake to control the compiler this way allows us to avoid having to rebuild the logic for detecting the appropriate flags and ensuring that the compiler is able to support the necessary language version.
- Loading branch information