From 5a0d0c103a36c7af4c94ed0d8958f69648f3ead5 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 10eedcb3e..6e6d82ea8 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(Plasma)