summaryrefslogtreecommitdiffstats
path: root/util/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'util/cmake')
-rwxr-xr-xutil/cmake/pro2cmake.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py
index 601947285b..6f4f741c1a 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -83,7 +83,7 @@ from helper import (
cmake_version_string = "3.16"
-cmake_api_version = 2
+cmake_api_version = 3
def _parse_commandline():
@@ -179,7 +179,7 @@ def _parse_commandline():
"--api-version",
dest="api_version",
type=int,
- help="Specify which cmake api version should be generated. 1 or 2, 2 is latest.",
+ help="Specify which cmake api version should be generated. 1, 2 or 3, 3 is latest.",
)
parser.add_argument(