Merge https://github.com/nigels-com/glew.git into master HEAD at Fri Sep 22 00:01:45 GMT 2023

This commit is contained in:
Gyusun 2023-09-22 00:01:45 +00:00
commit 3cf29c57e9
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ The cmake build is mostly contributor maintained.
Due to the multitude of use cases this is maintained on a _best effort_ basis.
Pull requests are welcome.
*CMake 2.8.12 or higher is required.*
*CMake 3.16 or higher is required.*
##### Install build tools

View File

@ -4,7 +4,7 @@ endif ()
project (glew C)
cmake_minimum_required (VERSION 2.8.12)
cmake_minimum_required (VERSION 3.16)
include(GNUInstallDirs)