diff options
author | Alexander Neundorf <neundorf@kde.org> | 2006-05-01 19:06:35 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2006-05-01 19:06:35 +0000 |
commit | a36c1147076310a1ace1271dbbff2ed43b1cf8e3 (patch) | |
tree | 4800d26edb489bde6aeafdcb45d392685eee6919 /modules | |
parent | 6c41c0fc9389649b5dd63cbecac639daeff5d4ca (diff) | |
download | extra-cmake-modules-a36c1147076310a1ace1271dbbff2ed43b1cf8e3.tar.gz extra-cmake-modules-a36c1147076310a1ace1271dbbff2ed43b1cf8e3.tar.bz2 |
-cmake 2.4.1 beta is now required
-remove CMAKE_CURRENT_SOURCE_DIR and CMAKE_CURRENT_BINARY_DIR from the INCLUDE_DIRECTORIES() commands, except where it also applies to the subdirectories
-remove the "ARGS" keyword from the add_custom_command()s
-add the generated files from add_custom_command() always to the list of sources
-use the new macro_bool_to_01() in more places
-some indenting
Alex
svn path=/trunk/KDE/kdelibs/; revision=536285
Diffstat (limited to 'modules')
-rw-r--r-- | modules/FindKDE4Internal.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 193eff2a..f2c74d63 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -178,7 +178,7 @@ # _KDE4_PLATFORM_DEFINITIONS is used only internally -cmake_minimum_required(VERSION 2.3.4 FATAL_ERROR) +cmake_minimum_required(VERSION 2.4.1 FATAL_ERROR) set(QT_MIN_VERSION "4.1.1") #this line includes FindQt.cmake, which searches the Qt library and headers |