aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2017-07-27 11:42:10 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2017-07-27 09:50:18 +0000
commit413ecc73fbe6d6717ae2132e86648ac8b6da9d3c (patch)
treebfee4e5cdd6c1d3a62bad35a39c55a2114689dfc
parentf68388cf547c0d63a5d4a145f65aa9fa90529d52 (diff)
Bump minimum required CMake version to 3.1.0
Change-Id: I7b3215eb2df1f2fd1036de29569bafb8b2fff105 Reviewed-by: Christian Tismer <tismer@stackless.com>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7be3488..af33d0f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.1)
project(pyside2-tools)
find_package(Shiboken2 2.0.0 REQUIRED)