1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-03 00:18:36 +00:00

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)