diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-06 02:45:02 +0000 |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-06 02:45:02 +0000 |
commit | 4d5310775b4989ea404037de35d5aefb646eb1d9 (patch) | |
tree | 939c1ceeb9543cf338adf73713f1586c35d641c1 | |
parent | 41cbc7bb9079eaff5a73b69d4446dd778b4ae8f4 (diff) | |
download | extra-cmake-modules-4d5310775b4989ea404037de35d5aefb646eb1d9.tar.gz extra-cmake-modules-4d5310775b4989ea404037de35d5aefb646eb1d9.tar.bz2 |
fix comment
Alex
svn path=/trunk/KDE/kdelibs/; revision=672019
-rw-r--r-- | modules/KDE4Macros.cmake | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake index 0f82da9a..afd48e32 100644 --- a/modules/KDE4Macros.cmake +++ b/modules/KDE4Macros.cmake @@ -744,10 +744,7 @@ endmacro (KDE4_ADD_KDEINIT_EXECUTABLE) # add an test executable # it will be built with RPATH poiting to the build dir -# with CMake 2.4.3, the executable is built only if the option -# KDE4_BUILD_TESTS is enabled, otherwise a ADD_CUSTOM_TARGET() is created -# so that the TARGET_LINK_LIBRARIES() commands don't produce errors -# With cmake > 2.4.3 the targets are always created, but only built for the "all" +# The targets are always created, but only built for the "all" # target if the option KDE4_BUILD_TESTS is enabled. Otherwise the rules for the target # are created but not built by default. You can build them by manually building the target. macro (KDE4_ADD_TEST _target_NAME) |