summaryrefslogtreecommitdiffstats
path: root/examples/charts/selectedbar
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-09-22 15:56:30 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-22 18:45:06 +0000
commite942e61b39b2988129ade944179a0c2c1bcdd6f0 (patch)
treebb4818ca37bbc558602d4ca3f1f17ed897cd7369 /examples/charts/selectedbar
parentacfbd7006ec50190d70a9f393241d4b64caffa8f (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. Task-number: QTBUG-95018 Change-Id: I7c37c68825529e0c64600beee6607ee91d3a54dd Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Kai Koehne <kai.koehne@qt.io> (cherry picked from commit 9cd344ca47e0eb4986891a76e1fb7bf01d77e70c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/charts/selectedbar')
-rw-r--r--examples/charts/selectedbar/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/charts/selectedbar/CMakeLists.txt b/examples/charts/selectedbar/CMakeLists.txt
index 55542a42..a293d64b 100644
--- a/examples/charts/selectedbar/CMakeLists.txt
+++ b/examples/charts/selectedbar/CMakeLists.txt
@@ -1,6 +1,6 @@
# Generated from selectedbar.pro.
-cmake_minimum_required(VERSION 3.14)
+cmake_minimum_required(VERSION 3.16)
project(selectedbar LANGUAGES CXX)
set(CMAKE_INCLUDE_CURRENT_DIR ON)