mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
Bump minimum cmake version to 3.16 matching the LTS release of Ubuntu 20.04
This commit is contained in:
parent
a98195b83d
commit
a4d8b2a2a3
@ -4,7 +4,7 @@ endif ()
|
|||||||
|
|
||||||
project (glew C)
|
project (glew C)
|
||||||
|
|
||||||
cmake_minimum_required (VERSION 2.8.12)
|
cmake_minimum_required (VERSION 3.16)
|
||||||
|
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user