From 550897d01e2b6059ff79cea98d9b3ed44f064d83 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Tue, 18 May 2010 22:28:23 +0000 Subject: Add missing include(FindPackageHandleStandardArgs) svn path=/trunk/KDE/kdelibs/; revision=1128313 --- modules/FindDocBookXML.cmake | 1 + modules/FindDocBookXSL.cmake | 1 + 2 files changed, 2 insertions(+) (limited to 'modules') 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) -- cgit v1.2.1