mirror of https://github.com/PCSX2/pcsx2.git
CMake: Bump minimum version to 3.16
Required for ECM FindWayland.
This commit is contained in:
parent
e7f1178469
commit
97630039d8
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue