aboutsummaryrefslogtreecommitdiff
path: root/modules/FindJasper.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/FindJasper.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/FindJasper.cmake')
-rw-r--r--modules/FindJasper.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindJasper.cmake b/modules/FindJasper.cmake
index 87bdb70d..447d309b 100644
--- a/modules/FindJasper.cmake
+++ b/modules/FindJasper.cmake
@@ -22,6 +22,6 @@ IF(JASPER_FOUND)
ENDIF(NOT Jasper_FIND_QUIETLY)
ELSE(JASPER_FOUND)
IF(Jasper_FIND_REQUIRED)
- MESSAGE(SEND_ERROR "Could not find jasper library")
+ MESSAGE(FATAL_ERROR "Could not find jasper library")
ENDIF(Jasper_FIND_REQUIRED)
ENDIF(JASPER_FOUND)