Blob Blame History Raw
From 5c2ce7de2087024a0ee5d699f519f4eec3a2cbc4 Mon Sep 17 00:00:00 2001
From: David Faure <faure@kde.org>
Date: Tue, 28 Jul 2015 13:28:13 +0200
Subject: [PATCH] set cmake_min_req to match kdelibs policy and enable newer
 cmake policies

---
 CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f463c83..00dc8b0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,4 @@
+cmake_minimum_required(VERSION 2.8.9)
 project(gwenview)
 
 set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake )
-- 
2.5.0