summaryrefslogtreecommitdiff
path: root/config.tests/winrt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-09-22 16:04:54 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-09-22 19:51:11 +0200
commitb14a165c58781d2052ee449fd3234f836cd71ede (patch)
tree51efd7ce3217760ae9457c80dffddbde9b665fc2 /config.tests/winrt
parente0c154b8d613a4da6dc9971b1c9b80c8a24615eb (diff)
downloadqtlocation-b14a165c58781d2052ee449fd3234f836cd71ede.tar.gz
CMake: Bump almost all cmake_minimum_required calls to 3.16
Needed for subsequent change that will check and error out if the version is lower than 3.16. We do that to ensure all policies introduced by CMake up to version 3.16 have their behavior set to NEW. Pick-to: 6.2 Task-number: QTBUG-95018 Change-Id: I19e81ab7d8fd570a32aa9181799d77a2eea73ab8 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'config.tests/winrt')
-rw-r--r--config.tests/winrt/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/winrt/CMakeLists.txt b/config.tests/winrt/CMakeLists.txt
index b6a9fb97..ab7567b1 100644
--- a/config.tests/winrt/CMakeLists.txt
+++ b/config.tests/winrt/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from winrt.pro.
-cmake_minimum_required(VERSION 3.14.0)
+cmake_minimum_required(VERSION 3.16)
project(config_test_winrt LANGUAGES C CXX)
foreach(p ${QT_CONFIG_COMPILE_TEST_PACKAGES})