set cmake_min_req to match kdelibs policy and enable newer cmake policies

This commit is contained in:
David Faure 2015-07-28 13:27:16 +02:00
parent 793b8ee3f2
commit 8eb8cfcf1a

View file

@ -1,3 +1,4 @@
cmake_minimum_required(VERSION 2.8.9)
project(okular)
find_package(KDE4 4.6.0 REQUIRED)