From 5a2ebe329c1cce662d535dd652c8982c0c514ccb Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 22 Sep 2021 16:23:03 +0200 Subject: 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 Reviewed-by: Kai Koehne --- tests/auto/cmake/CMakeLists.txt | 2 +- tests/auto/cmake/test_waylandclient/CMakeLists.txt | 2 +- tests/manual/texture-sharing-2/custom-compositor/CMakeLists.txt | 2 +- tests/manual/texture-sharing-2/qml-client/CMakeLists.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/auto/cmake/CMakeLists.txt b/tests/auto/cmake/CMakeLists.txt index 270d11aa..53fc6b2a 100644 --- a/tests/auto/cmake/CMakeLists.txt +++ b/tests/auto/cmake/CMakeLists.txt @@ -1,5 +1,5 @@ -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.16) project(qmake_cmake_files) diff --git a/tests/auto/cmake/test_waylandclient/CMakeLists.txt b/tests/auto/cmake/test_waylandclient/CMakeLists.txt index 3788a492..d3dacc0f 100644 --- a/tests/auto/cmake/test_waylandclient/CMakeLists.txt +++ b/tests/auto/cmake/test_waylandclient/CMakeLists.txt @@ -1,6 +1,6 @@ project(test_plugins) -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.16) cmake_policy(SET CMP0056 NEW) find_package(Qt5WaylandClient REQUIRED) diff --git a/tests/manual/texture-sharing-2/custom-compositor/CMakeLists.txt b/tests/manual/texture-sharing-2/custom-compositor/CMakeLists.txt index 0ca81f26..c8d9839c 100644 --- a/tests/manual/texture-sharing-2/custom-compositor/CMakeLists.txt +++ b/tests/manual/texture-sharing-2/custom-compositor/CMakeLists.txt @@ -1,6 +1,6 @@ # Generated from custom-compositor.pro. -cmake_minimum_required(VERSION 3.14) +cmake_minimum_required(VERSION 3.16) project(texture-sharing-custom-compositor LANGUAGES CXX) set(CMAKE_INCLUDE_CURRENT_DIR ON) diff --git a/tests/manual/texture-sharing-2/qml-client/CMakeLists.txt b/tests/manual/texture-sharing-2/qml-client/CMakeLists.txt index 76161a78..dc88cb30 100644 --- a/tests/manual/texture-sharing-2/qml-client/CMakeLists.txt +++ b/tests/manual/texture-sharing-2/qml-client/CMakeLists.txt @@ -1,6 +1,6 @@ # Generated from qml-client.pro. -cmake_minimum_required(VERSION 3.14) +cmake_minimum_required(VERSION 3.16) project(qml-client LANGUAGES CXX) set(CMAKE_INCLUDE_CURRENT_DIR ON) -- cgit v1.2.1