summaryrefslogtreecommitdiff
path: root/config.tests
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-09-22 16:23:03 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-09-22 19:37:15 +0200
commit5a2ebe329c1cce662d535dd652c8982c0c514ccb (patch)
tree6203509297d4ab415f88c1a0bbf769e499547ce1 /config.tests
parentd9145878259e7b5dce0df3fb3566ec00fcb4ed57 (diff)
downloadqtwayland-5a2ebe329c1cce662d535dd652c8982c0c514ccb.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: I43575e48cb4ddb70b80f09e0432a2f88b01bec86 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/wayland_scanner/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/wayland_scanner/CMakeLists.txt b/config.tests/wayland_scanner/CMakeLists.txt
index b0286da4..f531b01c 100644
--- a/config.tests/wayland_scanner/CMakeLists.txt
+++ b/config.tests/wayland_scanner/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from wayland_scanner.pro.
-cmake_minimum_required(VERSION 3.14.0)
+cmake_minimum_required(VERSION 3.16)
project(config_test_wayland_scanner LANGUAGES C CXX)
foreach(p ${QT_CONFIG_COMPILE_TEST_PACKAGES})