aboutsummaryrefslogtreecommitdiff
path: root/modules/FindDocBookXSL.cmake
diff options
context:
space:
mode:
authorLuigi Toscano <luigi.toscano@tiscali.it>2010-05-18 22:28:23 +0000
committerLuigi Toscano <luigi.toscano@tiscali.it>2010-05-18 22:28:23 +0000
commit550897d01e2b6059ff79cea98d9b3ed44f064d83 (patch)
tree24706f58fbf2f1956529c3bb7a31f182132f4e03 /modules/FindDocBookXSL.cmake
parent8c14801648860c04fe8ba84cdc8bf2244e4d84da (diff)
downloadextra-cmake-modules-550897d01e2b6059ff79cea98d9b3ed44f064d83.tar.gz
extra-cmake-modules-550897d01e2b6059ff79cea98d9b3ed44f064d83.tar.bz2
Add missing include(FindPackageHandleStandardArgs)
svn path=/trunk/KDE/kdelibs/; revision=1128313
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)