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:
parent
b938edcfb3
commit
b9a263faec
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.14.0)
|
||||
cmake_minimum_required(VERSION 3.15.0)
|
||||
|
||||
project(QtDeclarative
|
||||
VERSION 6.0.0
|
||||
|
|
Loading…
Reference in New Issue