summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2021-09-22 15:57:01 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2021-09-22 19:50:34 +0200
commit77926b45c38d5cd3a72633116df0dec388ec32bc (patch)
tree755791214dcf6d69ef19a3b4ef3b5998fea2e911
parentafca4ec2d6d439fbe35a379d7ff368c81611b3b3 (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: I144534fdbd2669135f483ec575651d62c88c036b Reviewed-by: Kai Koehne <kai.koehne@qt.io>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 325c5f18..304d73bb 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