From d7e2ad1290ba2f7170f92e96bd39b697a50dae6b Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 22 Sep 2021 15:57:01 +0200 Subject: 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 (cherry picked from commit 77926b45c38d5cd3a72633116df0dec388ec32bc) Reviewed-by: Qt Cherry-pick Bot --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3