From fef3e11326b882361d2b8adea1e77cb7b2c0966d Mon Sep 17 00:00:00 2001 From: berniev Date: Fri, 16 Dec 2022 10:22:34 +1000 Subject: [PATCH] bump cmake min version to 3.16.3 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 33cebdb85ff0..134c0b5a275e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ -# March 2021, the oldest we have to support : Ununtu 18.04 LTS -cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) +# Dec 2022 Bumped min (ubuntu 20.04: 3.16.3-1ubuntu1.20.04.1) +cmake_minimum_required(VERSION 3.16.3 FATAL_ERROR) # policy CMP0072 was introduced with CMake 3.11 # relates to FindOpenGL module