aboutsummaryrefslogtreecommitdiff
path: root/modules/FindLibXslt.cmake
diff options
context:
space:
mode:
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)