diff --git a/scripts/patch_cmake.py b/scripts/patch_cmake.py index b5de70d..f3aa2d3 100644 --- a/scripts/patch_cmake.py +++ b/scripts/patch_cmake.py @@ -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()