aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-11-16 10:59:25 +0100
committerEike Ziller <eike.ziller@qt.io>2020-11-16 10:06:19 +0000
commiteef0c6d920c46cac68cdbe55aa8079eac66c333e (patch)
tree5381e95153cbaf43849a69b7ee5966c9d534a3c2
parent1fb3de738bc700565c63559d253577c2f3984ea6 (diff)
CMake Build: Increase cmake minimum version to 3.10
This fixes problems with PCH and AUTOMOC with policy CMP0071 Change-Id: I760f769d74932aad4122eb50004ffdb12f51a24d Reviewed-by: Cristian Adam <cristian.adam@qt.io>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 450017f..929b3aa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.9)
+cmake_minimum_required(VERSION 3.10)
project(Haskell)