aboutsummaryrefslogtreecommitdiff
path: root/modules/FindDocBookXSL.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/FindDocBookXSL.cmake')
-rw-r--r--modules/FindDocBookXSL.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/FindDocBookXSL.cmake b/modules/FindDocBookXSL.cmake
index 60ce2e70..c84f2888 100644
--- a/modules/FindDocBookXSL.cmake
+++ b/modules/FindDocBookXSL.cmake
@@ -30,6 +30,7 @@ find_path (DOCBOOKXSL_DIR VERSION
PATH_SUFFIXES ${STYLESHEET_PATH_LIST}
)
+include(FindPackageHandleStandardArgs)
find_package_handle_standard_args (DocBookXSL
"Could NOT find DocBook XSL stylesheets"
DOCBOOKXSL_DIR)