From b9a263faec1a0d94b76450a52c5ca07503e7e528 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 27 Aug 2019 10:19:50 +0200 Subject: Bump minimum CMake version to 3.15.0 as it is done in qtbase We decided this in a workshop a while ago, where we noticed that the find_dependency() macro was broken in regards to finding additional components. 3.15.0 was the version that fixed it. Change-Id: Icdb161c983aea4f61fe705856428e5c3d443c05f Reviewed-by: Simon Hausmann --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b64790c9f5..07da25c5b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.14.0) +cmake_minimum_required(VERSION 3.15.0) project(QtDeclarative VERSION 6.0.0 -- cgit v1.2.3