diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-11-18 19:41:45 +0100 |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-11-18 19:41:45 +0100 |
commit | 5f5eb8c9bf2f28fc88e19b4de3e43d60b56583af (patch) | |
tree | 0633a78bbf97d2c52379d81471e4b2883cc1d006 | |
parent | 1e92d73591c702813fc163e017dd35903265d1ab (diff) | |
download | extra-cmake-modules-5f5eb8c9bf2f28fc88e19b4de3e43d60b56583af.tar.gz extra-cmake-modules-5f5eb8c9bf2f28fc88e19b4de3e43d60b56583af.tar.bz2 |
change comment
Alex
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 202fcc9a..9e12e23c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.4 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, and 2.8.7 soon project(extra-cmake-modules) |