From 0d540b31e01b1c478636e35dfc8bb58405e77629 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Tue, 28 Mar 2006 13:07:09 -0500 Subject: STYLE: better error message when KDE4 hasn't been found Alex --- Modules/FindKDE4.cmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Modules/FindKDE4.cmake b/Modules/FindKDE4.cmake index a40f9cd..17affad 100644 --- a/Modules/FindKDE4.cmake +++ b/Modules/FindKDE4.cmake @@ -60,13 +60,14 @@ IF (KDE4_KDECONFIG_EXECUTABLE) # use FindKDE4Internal.cmake to do the rest FIND_PACKAGE(KDE4Internal ${_req} ${_quiet}) - + ELSE (KDE4_DATA_DIR) + MESSAGE(FATAL_ERROR "ERROR: cmake/modules/FindKDE4Internal.cmake not found in ${_data_DIR}") ENDIF (KDE4_DATA_DIR) ENDIF (KDE4_KDECONFIG_EXECUTABLE) IF (KDE4_FIND_REQUIRED AND NOT KDE4_FOUND) - MESSAGE(FATAL_ERROR "Could not find KDE4") + MESSAGE(FATAL_ERROR "ERROR: Could not find KDE4") ENDIF (KDE4_FIND_REQUIRED AND NOT KDE4_FOUND) -- cgit v0.12