From 4d5310775b4989ea404037de35d5aefb646eb1d9 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Wed, 6 Jun 2007 02:45:02 +0000 Subject: fix comment Alex svn path=/trunk/KDE/kdelibs/; revision=672019 --- modules/KDE4Macros.cmake | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modules') 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) -- cgit v1.2.1