CMake: Bump minimum version to 3.16

Required for ECM FindWayland.
This commit is contained in:
Stenzek 2023-07-05 19:33:17 +10:00 committed by Connor McLaughlin
parent e7f1178469
commit 97630039d8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Setting it to a range tells it that it supports the features on the newer
# versions as well, avoiding setting policies.
cmake_minimum_required(VERSION 3.12...3.24)
cmake_minimum_required(VERSION 3.16...3.24)
#Enabling this cmake policy gets rid of warnings regarding LTO.
cmake_policy(SET CMP0069 NEW)