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