summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2019-01-30 11:12:21 +0100
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2019-01-30 10:38:21 +0000
commit404a2a56c67ffe0bf3ee4b36e090eadb6a992dec (patch)
tree3b1ede2112c6e3cfd416ea36a157d82e59aaf637
parent5e339a0f97710fc79518354124d7a8ab2738e632 (diff)
cmake: Silence CMP0083 warnings until we can depend on cmake 3.14
Change-Id: Idbbe325bf088a68f875ab0e7b2eeb30badf864a7 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7a4b451b75..17566c330d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,7 @@
cmake_minimum_required(VERSION 3.13.0)
+CMAKE_POLICY(SET CMP0083 NEW) ## TODO Remove when we start requiring 3.14 in the line above
+
project(QtBase
VERSION 5.12.0
DESCRIPTION "Qt Base Libraries"