aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/FindDocBookXML.cmake9
1 files changed, 2 insertions, 7 deletions
diff --git a/modules/FindDocBookXML.cmake b/modules/FindDocBookXML.cmake
index b28f5b1a..26053bfd 100644
--- a/modules/FindDocBookXML.cmake
+++ b/modules/FindDocBookXML.cmake
@@ -6,12 +6,7 @@
# DTD
# DOCBOOKXML_CURRENTDTD_DIR - the directory containing the definition of
# the currently used DocBook XML version
-# DOCBOOKXML_CURRENTDTD_VERSION - if defined, the version of previously used
-# DocBook XML DTD
-# DOCBOOKXML_OLDDTD_DIR - if defined and different from
-# DOCBOOKXML_CURRENTDTD_DIR, the directory containing the definition of
-# previously used DocBook XML version
-#
+
# Copyright (c) 2010, Luigi Toscano, <luigi.toscano@tiscali.it>
#
# Redistribution and use is allowed according to the terms of the BSD license.
@@ -67,6 +62,6 @@ endif (NOT DOCBOOKXML_CURRENTDTD_DIR)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args (DocBookXML
"Could NOT find DocBook XML DTDs (v${DOCBOOKXML_CURRENTDTD_VERSION})"
- DOCBOOKXML_CURRENTDTD_VERSION DOCBOOKXML_CURRENTDTD_DIR)
+ DOCBOOKXML_CURRENTDTD_DIR DOCBOOKXML_CURRENTDTD_VERSION)
mark_as_advanced (DOCBOOKXML_CURRENTDTD_DIR DOCBOOKXML_CURRENTDTD_VERSION)