From 1d78fb83f0d0c05d0d0bd8b4bbb53747fc55778d Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Wed, 25 Jan 2006 20:41:54 +0000 Subject: add the stuff moved from kdesdk, maybe... Alex svn path=/trunk/KDE/kdelibs/; revision=502383 --- modules/FindCups.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/FindCups.cmake') diff --git a/modules/FindCups.cmake b/modules/FindCups.cmake index f0518f68..3fa26686 100644 --- a/modules/FindCups.cmake +++ b/modules/FindCups.cmake @@ -29,7 +29,7 @@ IF(CUPS_FOUND) ENDIF(NOT Cups_FIND_QUIETLY) ELSE(CUPS_FOUND) IF(Cups_FIND_REQUIRED) - MESSAGE(SEND_ERROR "Could not find Cups") + MESSAGE(FATAL_ERROR "Could not find Cups") ENDIF(Cups_FIND_REQUIRED) ENDIF(CUPS_FOUND) -- cgit v1.2.1