summaryrefslogtreecommitdiffstats
path: root/util/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'util/cmake')
-rwxr-xr-xutil/cmake/configurejson2cmake.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/configurejson2cmake.py b/util/cmake/configurejson2cmake.py
index c930acaf75..60b92539e1 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