From a4d8b2a2a30576eb1b984ba5d573702acfc5b92e Mon Sep 17 00:00:00 2001 From: grahamreeds Date: Thu, 21 Sep 2023 12:25:00 +0000 Subject: [PATCH 1/2] 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) From c2f7ab7f09e97318714a7661812a156274abee8a Mon Sep 17 00:00:00 2001 From: grahamreeds Date: Thu, 21 Sep 2023 12:32:29 +0000 Subject: [PATCH 2/2] Bumped CMake version in README to 3.16. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e31eb73..f0b2f68 100644 --- a/README.md +++ b/README.md @@ -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