mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-04 00:23:41 +08:00
Set minimum cmake version to 3.13
This commit is contained in:
@@ -24,7 +24,7 @@ for x in f:
|
||||
if inpatch == False:
|
||||
#Patch minimum cmake version to not break our builds on linux
|
||||
if x.startswith("cmake_minimum_required"):
|
||||
result += "cmake_minimum_required(VERSION 3.18)\n"
|
||||
result += "cmake_minimum_required(VERSION 3.13)\n"
|
||||
else:
|
||||
result += x
|
||||
|
||||
|
||||
Reference in New Issue
Block a user