aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/KDE4Macros.cmake5
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)