diff options
-rw-r--r-- | modules/FindDocBookXML.cmake | 1 | ||||
-rw-r--r-- | modules/FindDocBookXSL.cmake | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/FindDocBookXML.cmake b/modules/FindDocBookXML.cmake index ec3c0d64..51001877 100644 --- a/modules/FindDocBookXML.cmake +++ b/modules/FindDocBookXML.cmake @@ -56,6 +56,7 @@ find_path (DOCBOOKXML_CURRENTDTD_DIR docbookx.dtd # PATH_SUFFIXES ${DTD_PATH_LIST} #) +include(FindPackageHandleStandardArgs) find_package_handle_standard_args (DocBookXML "Could NOT find DocBook XML DTDs (v${DOCBOOKXML_CURRENTDTD_VERSION})" DOCBOOKXML_CURRENTDTD_VERSION DOCBOOKXML_CURRENTDTD_DIR) 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) |