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 <simon.hausmann@qt.io>
This commit is contained in:
Alexandru Croitor 2019-08-27 10:19:50 +02:00
parent b938edcfb3
commit b9a263faec
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.14.0)
cmake_minimum_required(VERSION 3.15.0)
project(QtDeclarative
VERSION 6.0.0