diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-11-18 20:16:17 +0100 |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-11-18 20:16:17 +0100 |
commit | 0cf9c3c11d65cae585039d87e858adbe934dad5b (patch) | |
tree | 0c47c70476c560e924590769d18e02c19b4a77d4 | |
parent | 5f5eb8c9bf2f28fc88e19b4de3e43d60b56583af (diff) | |
download | extra-cmake-modules-0cf9c3c11d65cae585039d87e858adbe934dad5b.tar.gz extra-cmake-modules-0cf9c3c11d65cae585039d87e858adbe934dad5b.tar.bz2 |
...just testing
Alex
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e12e23c..202fcc9a 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, and 2.8.7 soon +cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR) # this will be upgraded to 2.8.6 project(extra-cmake-modules) |