aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/FindLibXslt.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/FindLibXslt.cmake b/modules/FindLibXslt.cmake
index c605ce2a..2c7f2551 100644
--- a/modules/FindLibXslt.cmake
+++ b/modules/FindLibXslt.cmake
@@ -35,6 +35,11 @@ FIND_LIBRARY(LIBXSLT_LIBRARIES NAMES xslt libxslt
${_LibXsltLinkDir}
)
+FIND_LIBRARY(LIBEXSLT_LIBRARIES NAMES exslt libexslt
+ PATHS
+ ${_LibXsltLinkDir}
+ )
+
IF (LIBXSLT_INCLUDE_DIR AND LIBXSLT_LIBRARIES)
SET(LIBXSLT_FOUND TRUE)
ELSE (LIBXSLT_INCLUDE_DIR AND LIBXSLT_LIBRARIES)