update cmake_min_req to match kdelibs4 and enable newer policies, so that cmake can move on at some point

wilder
David Faure 11 years ago
parent d480b86c65
commit e70dafa1c5
  1. 2
      CMakeLists.txt

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.6) # Pretty much nothing works without this cmake_minimum_required(VERSION 2.8.9)
project(kdesrc-build) project(kdesrc-build)
find_package(KDE4) # Needed for the docs, but optional. find_package(KDE4) # Needed for the docs, but optional.

Loading…
Cancel
Save