aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPatrick Spendrin <ps_ml@gmx.de>2008-11-08 14:54:33 +0000
committerPatrick Spendrin <ps_ml@gmx.de>2008-11-08 14:54:33 +0000
commitb8f83af168a2547676827542964508ec62f44cc9 (patch)
tree77a11a7fe0e09a2f8e99613a83dc04c2865ad8b8 /modules
parent8abaec3b736f6a3741fe1781a5667f3bff18ab39 (diff)
downloadextra-cmake-modules-b8f83af168a2547676827542964508ec62f44cc9.tar.gz
extra-cmake-modules-b8f83af168a2547676827542964508ec62f44cc9.tar.bz2
SVN_SILENT: correct endif
svn path=/trunk/KDE/kdelibs/; revision=881602
Diffstat (limited to 'modules')
-rw-r--r--modules/KDE4Macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/KDE4Macros.cmake b/modules/KDE4Macros.cmake
index 0853fcd1..bae0b39b 100644
--- a/modules/KDE4Macros.cmake
+++ b/modules/KDE4Macros.cmake
@@ -1026,7 +1026,7 @@ macro (KDE4_ADD_APP_ICON appsources pattern)
string(REPLACE _KDEINIT_SRCS "" target ${appsources})
if(${appsources} STREQUAL ${target})
string(REPLACE _SRCS "" target ${appsources})
- endif(${appsources} STREQUAL target)
+ endif(${appsources} STREQUAL ${target})
if (WIN32)
find_program(PNG2ICO_EXECUTABLE NAMES png2ico)