diff options
Diffstat (limited to 'modules/FindKDEWIN32.cmake')
-rw-r--r-- | modules/FindKDEWIN32.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDEWIN32.cmake b/modules/FindKDEWIN32.cmake index cf8344ee..a71e04d2 100644 --- a/modules/FindKDEWIN32.cmake +++ b/modules/FindKDEWIN32.cmake @@ -51,7 +51,7 @@ IF (KDEWIN32_FOUND) ENDIF (NOT KDEWIN32_FIND_QUIETLY) ELSE (KDEWIN32_FOUND) IF (KDEWIN32_FIND_REQUIRED) - MESSAGE(SEND_ERROR "Could not find KDEWIN32 library\nPlease build and install kdelibs/win/ first") + MESSAGE(FATAL_ERROR "Could not find KDEWIN32 library\nPlease build and install kdelibs/win/ first") ENDIF (KDEWIN32_FIND_REQUIRED) ENDIF (KDEWIN32_FOUND) |