summaryrefslogtreecommitdiffstats
path: root/examples/help/contextsensitivehelp
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/help/contextsensitivehelp
parent664214cf403ce505810335eaf7b90835c53c6090 (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: I1191a6b4b5c13b2b6047a0e2a2ff8c3801f6762b Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'examples/help/contextsensitivehelp')
-rw-r--r--examples/help/contextsensitivehelp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/help/contextsensitivehelp/CMakeLists.txt b/examples/help/contextsensitivehelp/CMakeLists.txt
index 40d89a3e4..f1b8808f0 100644
--- a/examples/help/contextsensitivehelp/CMakeLists.txt
+++ b/examples/help/contextsensitivehelp/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from contextsensitivehelp.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(contextsensitivehelp LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)