summaryrefslogtreecommitdiffstats
path: root/config.tests/winrt_bt
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-09-22 15:48:59 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-09-22 19:51:58 +0200
commit597ff62f3d75b8061a63238ec8794bf982bdf0a4 (patch)
tree2f36539a96abac03c16f215c4147f0d2753751c7 /config.tests/winrt_bt
parent48524661b975b20da3110dfc8386a1895063aa6e (diff)
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: I874f5f7560eb5817b5f2582d09d6dce7f7e54d2d 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_bt')
-rw-r--r--config.tests/winrt_bt/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/winrt_bt/CMakeLists.txt b/config.tests/winrt_bt/CMakeLists.txt
index 6194843b..49c1eab9 100644
--- a/config.tests/winrt_bt/CMakeLists.txt
+++ b/config.tests/winrt_bt/CMakeLists.txt
@@ -1,4 +1,4 @@
-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})