Skip to content

Commit

Permalink
bump cmake min version to 3.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
berniev authored and chennes committed Jan 24, 2023
1 parent 25acfee commit fef3e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fef3e11

Please sign in to comment.