bump cmake min version to 3.16.3

This commit is contained in:
berniev
2023-01-23 22:02:27 -07:00
committed by Chris Hennes
parent 25acfeec62
commit fef3e11326
+2 -2
View File
@@ -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