summaryrefslogtreecommitdiff
path: root/examples/assistant
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-09-22 16:17:39 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-09-22 19:37:36 +0200
commit6d6a10dff46403b8c3ab043101dc90d39034ff47 (patch)
treec777fb76d9fc056e89e9fced20b18db44d6d74ce /examples/assistant
parent664214cf403ce505810335eaf7b90835c53c6090 (diff)
downloadqttools-6d6a10dff46403b8c3ab043101dc90d39034ff47.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: I1191a6b4b5c13b2b6047a0e2a2ff8c3801f6762b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'examples/assistant')
-rw-r--r--examples/assistant/remotecontrol/CMakeLists.txt2
-rw-r--r--examples/assistant/simpletextviewer/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/assistant/remotecontrol/CMakeLists.txt b/examples/assistant/remotecontrol/CMakeLists.txt
index 6f80e0478..c8b3b5c91 100644
--- a/examples/assistant/remotecontrol/CMakeLists.txt
+++ b/examples/assistant/remotecontrol/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from remotecontrol.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(remotecontrol LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
diff --git a/examples/assistant/simpletextviewer/CMakeLists.txt b/examples/assistant/simpletextviewer/CMakeLists.txt
index 734006256..fb4f100be 100644
--- a/examples/assistant/simpletextviewer/CMakeLists.txt
+++ b/examples/assistant/simpletextviewer/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from simpletextviewer.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(simpletextviewer LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)