From cb43be430c2c3ef1d335e7f492abc114665ebb72 Mon Sep 17 00:00:00 2001 From: David Faure Date: Wed, 29 Jul 2015 08:34:24 +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 0b29da0..3100826 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,4 @@ +cmake_minimum_required(VERSION 2.8.9) project(krfb) if(NOT INSIDE_KDENETWORK)