summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-11-16 10:59:38 +0100
committerEike Ziller <eike.ziller@qt.io>2020-11-16 10:06:16 +0000
commit8f226483cabfc098077d348e2fe38fc2280ceb2f (patch)
treea4dd441ecdf8fdfa648791e7340f9b4683eb96f6
parentb5732298335e74d8d84b4768de863c5f7d218415 (diff)
CMake Build: Increase cmake minimum version to 3.10
This fixes problems with PCH and AUTOMOC with policy CMP0071 Change-Id: Id8f5e9c550267131853fe6851106cd106be20865 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 601a78e..ef4c245 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.9)
+cmake_minimum_required(VERSION 3.10)
project(Fossil)