mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-11-06 01:03:47 +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:
|
if inpatch == False:
|
||||||
#Patch minimum cmake version to not break our builds on linux
|
#Patch minimum cmake version to not break our builds on linux
|
||||||
if x.startswith("cmake_minimum_required"):
|
if x.startswith("cmake_minimum_required"):
|
||||||
result += "cmake_minimum_required(VERSION 3.18)\n"
|
result += "cmake_minimum_required(VERSION 3.13)\n"
|
||||||
else:
|
else:
|
||||||
result += x
|
result += x
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user