From a4d8b2a2a30576eb1b984ba5d573702acfc5b92e Mon Sep 17 00:00:00 2001 From: grahamreeds Date: Thu, 21 Sep 2023 12:25:00 +0000 Subject: [PATCH] Bump minimum cmake version to 3.16 matching the LTS release of Ubuntu 20.04 --- build/cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index ef42af9..a9ace8d 100644 --- a/build/cmake/CMakeLists.txt +++ b/build/cmake/CMakeLists.txt @@ -4,7 +4,7 @@ endif () project (glew C) -cmake_minimum_required (VERSION 2.8.12) +cmake_minimum_required (VERSION 3.16) include(GNUInstallDirs)