From e70dafa1c5fefeef87f07069d9ad135361564b02 Mon Sep 17 00:00:00 2001 From: David Faure Date: Sat, 15 Aug 2015 00:18:21 +0200 Subject: [PATCH] update cmake_min_req to match kdelibs4 and enable newer policies, so that cmake can move on at some point --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 193ff8a..d5350a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) # Pretty much nothing works without this +cmake_minimum_required(VERSION 2.8.9) project(kdesrc-build) find_package(KDE4) # Needed for the docs, but optional.