aboutsummaryrefslogtreecommitdiff
path: root/modules/FindCups.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2006-01-25 20:41:54 +0000
committerAlexander Neundorf <neundorf@kde.org>2006-01-25 20:41:54 +0000
commit1d78fb83f0d0c05d0d0bd8b4bbb53747fc55778d (patch)
tree656ef2601e1adce802373bb79ef185ee768bb638 /modules/FindCups.cmake
parent70e36df077f2685f6feda284cb02c27162d43344 (diff)
downloadextra-cmake-modules-1d78fb83f0d0c05d0d0bd8b4bbb53747fc55778d.tar.gz
extra-cmake-modules-1d78fb83f0d0c05d0d0bd8b4bbb53747fc55778d.tar.bz2
add the stuff moved from kdesdk, maybe...
Alex svn path=/trunk/KDE/kdelibs/; revision=502383
Diffstat (limited to 'modules/FindCups.cmake')
-rw-r--r--modules/FindCups.cmake2
1 files changed, 1 insertions, 1 deletions
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)