summaryrefslogtreecommitdiffstats
path: root/examples/linguist/hellotr
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/linguist/hellotr
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/linguist/hellotr')
-rw-r--r--examples/linguist/hellotr/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/linguist/hellotr/CMakeLists.txt b/examples/linguist/hellotr/CMakeLists.txt
index c9c65ac6c..74cb0e05a 100644
--- a/examples/linguist/hellotr/CMakeLists.txt
+++ b/examples/linguist/hellotr/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from hellotr.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(hellotr LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)