diff options
-rw-r--r-- | modules/KDE4Macros.cmake | 3 |
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. |