summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2021-01-22 11:15:10 +0100
committerAndreas Buhr <andreas.buhr@qt.io>2021-01-22 15:27:22 +0100
commitdf912d08c314138afebddf7f727916303cb11c90 (patch)
treed372b8a6cd5e6f957e59e14c291044ddbf555336 /util
parent3fc6b45cbb7b9bf3800be7c1f68b1484749489a3 (diff)
Update pro2cmake to require CMake 3.16
pro2cmake generated CMakeLists.txt with cmake_minimum_required(3.15.0). But 3.16 is required now. This patch updates pro2cmake.py accordingly. Change-Id: I8283e1c4da4d2d36e1d9127cab410c7bfc58830c Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'util')
-rwxr-xr-xutil/cmake/pro2cmake.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py
index b33faad7f9..601947285b 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -82,7 +82,7 @@ from helper import (
)
-cmake_version_string = "3.15.0"
+cmake_version_string = "3.16"
cmake_api_version = 2