From 9f77675d9176df9f58beeab2cf36df3708cb3dee Mon Sep 17 00:00:00 2001 From: Sven Brauch Date: Tue, 3 Jan 2017 13:24:41 +0100 Subject: [PATCH] Require CMake 3.0, as discussed on kde-frameworks-devel --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f805355..0f97e57 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.12) +cmake_minimum_required(VERSION 3.0) project(KImageFormats)