diff options
Diffstat (limited to 'util/cmake/pro2cmake.py')
| -rwxr-xr-x | util/cmake/pro2cmake.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py index f8d83a95399..086a70146ea 100755 --- a/util/cmake/pro2cmake.py +++ b/util/cmake/pro2cmake.py @@ -5027,7 +5027,7 @@ def main() -> None: cmake_api_version = args.api_version else: # Otherwise detect the api version in the old CMakeLists.txt - # if it exsists. + # if it exists. detected_cmake_api_version = detect_cmake_api_version_used_in_file_content( file_relative_path ) |
