summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-09-22 15:57:01 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-22 18:58:23 +0000
commitd7e2ad1290ba2f7170f92e96bd39b697a50dae6b (patch)
tree9631325710816bf07d2fef3edd091330db35ffde
parent955fa2bf144e04209b2a155fb98274f3307d0e31 (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: I144534fdbd2669135f483ec575651d62c88c036b Reviewed-by: Kai Koehne <kai.koehne@qt.io> (cherry picked from commit 77926b45c38d5cd3a72633116df0dec388ec32bc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e61dda74..417b8f09 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.15.0)
+cmake_minimum_required(VERSION 3.16)
include(.cmake.conf)
project(QtDataVisualization