aboutsummaryrefslogtreecommitdiff
path: root/modules/FindLibXslt.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/FindLibXslt.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/FindLibXslt.cmake')
-rw-r--r--modules/FindLibXslt.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindLibXslt.cmake b/modules/FindLibXslt.cmake
index f8007ce0..3d0dc525 100644
--- a/modules/FindLibXslt.cmake
+++ b/modules/FindLibXslt.cmake
@@ -39,7 +39,7 @@ IF(LIBXSLT_FOUND)
ENDIF(NOT LibXslt_FIND_QUIETLY)
ELSE(LIBXSLT_FOUND)
IF(LibXslt_FIND_REQUIRED)
- MESSAGE(SEND_ERROR "Could not find LibXslt")
+ MESSAGE(FATAL_ERROR "Could not find LibXslt")
ENDIF(LibXslt_FIND_REQUIRED)
ENDIF(LIBXSLT_FOUND)