diff options
| author | Ralf Habacker <ralf.habacker@freenet.de> | 2009-05-26 11:19:11 +0000 | 
|---|---|---|
| committer | Ralf Habacker <ralf.habacker@freenet.de> | 2009-05-26 11:19:11 +0000 | 
| commit | 820fd6937b0732ee3bd4a87c0f9b5c9e5a4262c0 (patch) | |
| tree | 41d7478c2275c39c43bb293ecc731d5c332ef5d5 /modules/KDE4Macros.cmake | |
| parent | b3c2e3ff4e329cdc24e3275aaeb61cd4e0525a31 (diff) | |
| download | extra-cmake-modules-820fd6937b0732ee3bd4a87c0f9b5c9e5a4262c0.tar.gz extra-cmake-modules-820fd6937b0732ee3bd4a87c0f9b5c9e5a4262c0.tar.bz2 | |
space fix
svn path=/trunk/KDE/kdelibs/; revision=973042
Diffstat (limited to 'modules/KDE4Macros.cmake')
| -rw-r--r-- | modules/KDE4Macros.cmake | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake index d02e0c55..abdd01e9 100644 --- a/modules/KDE4Macros.cmake +++ b/modules/KDE4Macros.cmake @@ -810,10 +810,10 @@ endmacro (KDE4_ADD_UNIT_TEST)  #  # The full solution would be to introduce a kde4_target_link_libraries macro and to   # call KDE4_ADD_MANIFEST inside instead of calling in kde4_add_executable.  -# This would require  patching of *all* places in the KDE sources. where target_link_libraries  +# This would require patching of *all* places in the KDE sources where target_link_libraries   # is used and to change the related docs.  #  -# Because yet I found  only 2 locations where this problem occurs (kjs, k3b), the workaround  +# Because yet I found only 2 locations where this problem occurs (kjs, k3b), the workaround   # seems to be a pragmatically solution.   #   macro (KDE4_ADD_MANIFEST _target_NAME) | 
