summaryrefslogtreecommitdiffstats
path: root/config.tests/gpu_vivante
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-09-22 16:06:43 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-09-22 19:51:01 +0200
commit3d56c36595e253275ed5ce2064861c146b80d672 (patch)
tree9201a99aa8f1fc140749b0024dadcdb71300837a /config.tests/gpu_vivante
parentcb4c39b1ac43ad6c6c79d2d046645936ff52bdb4 (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: Id82b92f9bd22bde29b30eea4e0e0b2cc23447d13 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'config.tests/gpu_vivante')
-rw-r--r--config.tests/gpu_vivante/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.tests/gpu_vivante/CMakeLists.txt b/config.tests/gpu_vivante/CMakeLists.txt
index dc0b5c600..b31ff9f3a 100644
--- a/config.tests/gpu_vivante/CMakeLists.txt
+++ b/config.tests/gpu_vivante/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from gpu_vivante.pro.
-cmake_minimum_required(VERSION 3.14.0)
+cmake_minimum_required(VERSION 3.16)
project(config_test_gpu_vivante LANGUAGES C CXX)
foreach(p ${QT_CONFIG_COMPILE_TEST_PACKAGES})