summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeScripts')
-rwxr-xr-xCMakeScripts/cmake_consistency_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/cmake_consistency_check.py b/CMakeScripts/cmake_consistency_check.py
index 1e225d4ed..53026910e 100755
--- a/CMakeScripts/cmake_consistency_check.py
+++ b/CMakeScripts/cmake_consistency_check.py
@@ -87,7 +87,7 @@ def cmake_get_src(f):
sources_h = []
sources_c = []
- filen = open(f, "r", encoding="utf8")
+ filen = open(f, "r")
it = iter(filen)
found = False
i = 0