Perlmint / glew-cmake

GLEW(https://github.com/nigels-com/glew, source updated nightly) with Cmake and pre-generated sources
Other
234 stars 95 forks source link

Warning: Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. #32

Closed BlackMATov closed 3 years ago

BlackMATov commented 3 years ago

cmake 3.19:

CMake Deprecation Warning at glew-cmake/CMakeLists.txt:1 (cmake_minimum_required):Compatibility with CMake < 2.8.12 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.
Perlmint commented 3 years ago

Thanks for reporting. I updated the minimum required version.