diff --git a/util/cmake/configurejson2cmake.py b/util/cmake/configurejson2cmake.py index c930acaf75e..60b92539e1b 100755 --- a/util/cmake/configurejson2cmake.py +++ b/util/cmake/configurejson2cmake.py @@ -1562,6 +1562,7 @@ def main(): print("This scripts needs one directory to process!") quit(1) + skip_special_case_preservation = False if len(sys.argv) > 2 and sys.argv[2] == '-s': skip_special_case_preservation = True