aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/FindKDEWIN32.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDEWIN32.cmake b/modules/FindKDEWIN32.cmake
index 131c0354..cf8344ee 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(FATAL_ERROR "Could not find KDEWIN32 library")
+ MESSAGE(SEND_ERROR "Could not find KDEWIN32 library\nPlease build and install kdelibs/win/ first")
ENDIF (KDEWIN32_FIND_REQUIRED)
ENDIF (KDEWIN32_FOUND)