Require cmake 3.14 proper

It appears that the latest cmake provides 3.14 as a proper version.

Change-Id: Ib0f0a1bbdd11e2129f25618b412015a2456aaba1
Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
This commit is contained in:
Simon Hausmann 2019-02-11 11:16:16 +01:00
parent 5682ca156c
commit 6a4c7a82f8

View File

@ -1,6 +1,4 @@
cmake_minimum_required(VERSION 3.13.0) ## FIXME This is wrong we actually need pre-relase 3.14
CMAKE_POLICY(SET CMP0083 NEW) ## TODO Remove when we start requiring 3.14 in the line above
cmake_minimum_required(VERSION 3.14.0)
project(QtBase
VERSION 5.12.0