Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CMake deprecation warning (KhronosGroup#246)
Recent versions of CMake issue a deprecation warning: ``` CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument <min> value or use a ...<max> suffix to tell CMake that the project does not need compatibility with older versions. ``` Silence this warning by using a `...<max>` suffix in `cmake_minimum_required` invocation. No functional change intended.
- Loading branch information