mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +08:00
Patch cmake version to a reasonable value
This commit is contained in:
parent
50f6b97ba8
commit
55b7f968f9
@ -27,6 +27,9 @@ for x in f:
|
||||
f.close()
|
||||
p.close()
|
||||
|
||||
#Replace cmake version, as 3.19 is not really needed
|
||||
result.replace("3.19", "3.18")
|
||||
|
||||
f = open(input, "w")
|
||||
f.write(result)
|
||||
f.close()
|
||||
|
Loading…
Reference in New Issue
Block a user