diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-06-28 18:24:26 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-06-28 18:24:26 +0200 |
commit | 0d3fa94c985532e500d99514561978b21d002117 (patch) | |
tree | a6bb634b8e31865aa28c070fa30622240683c5fb | |
parent | Merge commit 'refs/merge-requests/144' of git://gitorious.org/rekonq/mainline... (diff) | |
download | rekonq-0d3fa94c985532e500d99514561978b21d002117.tar.xz |
Follow KDE SC 4.5 cmake minimum requirements
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f29bb23..dd8dbe55 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ SET(REKONQ_SITE "http://rekonq.sourceforge.net") # ================================================================================== # minimum cmake required -CMAKE_MINIMUM_REQUIRED(VERSION 2.6.2) +CMAKE_MINIMUM_REQUIRED(VERSION 2.6.4) # ================================================================================== |