aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2011-07-10 21:22:33 +0200
committerAlex Neundorf <neundorf@kde.org>2011-07-10 21:22:33 +0200
commitf4e8505063bf2ebcbe46b71f78a81d5eef562ceb (patch)
treefe0ee82cff27fd8a871c0a9ccad13beb07a4c33d
parente1f2ac55b288bdb8a4ec552187d4f057aa55fc30 (diff)
downloadextra-cmake-modules-f4e8505063bf2ebcbe46b71f78a81d5eef562ceb.tar.gz
extra-cmake-modules-f4e8505063bf2ebcbe46b71f78a81d5eef562ceb.tar.bz2
Require cmake 2.8.4 for now
Alex
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a2f9a2b3..784a2c75 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.0 FATAL_ERROR ) # this will be upgraded to 2.8.6
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR ) # this will be upgraded to 2.8.6
project(extra-cmake-modules)