aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2009-05-26 11:19:11 +0000
committerRalf Habacker <ralf.habacker@freenet.de>2009-05-26 11:19:11 +0000
commit820fd6937b0732ee3bd4a87c0f9b5c9e5a4262c0 (patch)
tree41d7478c2275c39c43bb293ecc731d5c332ef5d5 /modules
parentb3c2e3ff4e329cdc24e3275aaeb61cd4e0525a31 (diff)
downloadextra-cmake-modules-820fd6937b0732ee3bd4a87c0f9b5c9e5a4262c0.tar.gz
extra-cmake-modules-820fd6937b0732ee3bd4a87c0f9b5c9e5a4262c0.tar.bz2
space fix
svn path=/trunk/KDE/kdelibs/; revision=973042
Diffstat (limited to 'modules')
-rw-r--r--modules/KDE4Macros.cmake4
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)