set cmake_min_req to match kdelibs policy and enable newer cmake policies

This commit is contained in:
David Faure
2015-07-29 08:34:24 +02:00
parent 97beca4d9c
commit cb43be430c

View File

@@ -1,3 +1,4 @@
cmake_minimum_required(VERSION 2.8.9)
project(krfb)
if(NOT INSIDE_KDENETWORK)