aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2020-11-16 10:58:00 +0100
committerEike Ziller <eike.ziller@qt.io>2020-11-16 10:06:09 +0000
commit941c9902f85a80f8191f18244788b59f8ba14cfe (patch)
tree4f455cea0cda00ad4856fa3cafeaa187d51ad1fd
parent4379f96ca6463a68d0f351df7b8651add038243d (diff)
CMake Build: Increase cmake minimum version to 3.10v4.14.0-beta2
This fixes problems with PCH and AUTOMOC with policy CMP0071 Change-Id: I0772c3e274c49871a6c1214fa4825478ffe433d8 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 895425d..012e0a6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.9)
+cmake_minimum_required(VERSION 3.10)
project(plugin-telemetry)