summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-06-28 18:24:26 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-06-28 18:24:26 +0200
commit0d3fa94c985532e500d99514561978b21d002117 (patch)
treea6bb634b8e31865aa28c070fa30622240683c5fb /CMakeLists.txt
parentMerge commit 'refs/merge-requests/144' of git://gitorious.org/rekonq/mainline... (diff)
downloadrekonq-0d3fa94c985532e500d99514561978b21d002117.tar.xz
Follow KDE SC 4.5 cmake minimum requirements
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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)
# ==================================================================================