diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-03-16 13:53:51 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-03-16 14:09:31 +0100 |
commit | f1b449e378f44188a2f9b1c1f52877496ebbed4e (patch) | |
tree | b1e975048ac3a25a28f619203f74796d6de31b3b | |
parent | cmake: soprano is needed aside nepomuk-core (diff) | |
download | rekonq-f1b449e378f44188a2f9b1c1f52877496ebbed4e.tar.xz |
cmake: push deps to 2.8.9 to fully support KDE 4.10 (basically, nepomuk)
-rw-r--r-- | CMakeLists.txt | 3 | ||||
-rw-r--r-- | INSTALL | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e323a801..8b34ccef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,8 +16,7 @@ SET(REKONQ_SITE "http://rekonq.kde.org") # ================================================================================== # minimum cmake required -CMAKE_MINIMUM_REQUIRED(VERSION 2.6.4) - +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.9 FATAL_ERROR) SET(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH}) @@ -13,6 +13,9 @@ This software should be prepackaged for all major Linux distributions. Please see http://techbase.kde.org/Getting_Started#Building_and_Running_KDE_Software_From_Source for instructions on how to build and setup a KDE4 environment to work in. +The build system, as every KDE4 software is based on cmake. Actual minimum dependency about is: + +- cmake 2.8.9 === Optional dependencies === |