aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2010-06-21 19:38:30 +0000
committerAlexander Neundorf <neundorf@kde.org>2010-06-21 19:38:30 +0000
commitde6b03703e47f693d76b4976ec8a1d2e0d325b55 (patch)
treef8843bd6b002c7da7315affe745a8bc4be2815f4
parent07923cb7f0869c10d21da121ceb67da1aed37cd3 (diff)
downloadextra-cmake-modules-de6b03703e47f693d76b4976ec8a1d2e0d325b55.tar.gz
extra-cmake-modules-de6b03703e47f693d76b4976ec8a1d2e0d325b55.tar.bz2
-remove wrong comment
Alex svn path=/trunk/KDE/kdelibs/; revision=1140908
-rw-r--r--modules/KDE4Macros.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake
index 4a5c955c..16bc0217 100644
--- a/modules/KDE4Macros.cmake
+++ b/modules/KDE4Macros.cmake
@@ -782,8 +782,7 @@ macro (KDE4_ADD_KDEINIT_EXECUTABLE _target_NAME )
endmacro (KDE4_ADD_KDEINIT_EXECUTABLE)
-# add a unit test, which is executed when running make test
-# it will be built with RPATH pointing to the build dir
+# Add a unit test, which is executed when running make test .
# 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.