diff options
author | Alex Neundorf <neundorf@kde.org> | 2012-02-17 18:48:02 +0100 |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2012-02-17 18:48:02 +0100 |
commit | cf31b7fdcd87c35a4e4f35c3621a8ad1915bc3c1 (patch) | |
tree | 8e3ca63346ae6f15fbd5e16261222767435ffbda /CMakeLists.txt | |
parent | 7289a5515ef107f1d15a4743a63b298337d9a214 (diff) | |
download | extra-cmake-modules-cf31b7fdcd87c35a4e4f35c3621a8ad1915bc3c1.tar.gz extra-cmake-modules-cf31b7fdcd87c35a4e4f35c3621a8ad1915bc3c1.tar.bz2 |
add a KDECompilerSettings.cmake, which contains the extracted compiler settings from FindKDE4Internal.cmake
This is not done yet.
It currently depends on cmake git master.
All the places where I'm not sure I added a "TODO".
Alex
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ff9bc317..d6b514a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.6 FATAL_ERROR) +cmake_minimum_required(VERSION 2.8.7 FATAL_ERROR) project(extra-cmake-modules) |