Bump minimum cmake version to 3.16 matching the LTS release of Ubuntu 20.04

This commit is contained in:
grahamreeds 2023-09-21 12:25:00 +00:00
parent a98195b83d
commit 1d834b30b6

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)