mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-07-11 01:34:17 +02:00
Bump up the minimum cmake version slightly, and make older versions happy with the regex in FindHarfbuzz.cmake.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ project(Pcsx2)
|
||||
#
|
||||
# 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.0.2...3.17)
|
||||
cmake_minimum_required(VERSION 3.3.0...3.17)
|
||||
|
||||
# Variable to check that people use the good file
|
||||
set(TOP_CMAKE_WAS_SOURCED TRUE)
|
||||
|
||||
Reference in New Issue
Block a user