mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-24 16:06:37 +08:00
Fix syntax error
This commit is contained in:
parent
36e4764442
commit
7047f137ed
@ -25,7 +25,7 @@ for x in f:
|
||||
#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"
|
||||
else
|
||||
else:
|
||||
result += x
|
||||
|
||||
f.close()
|
||||
|
Loading…
Reference in New Issue
Block a user