aboutsummaryrefslogtreecommitdiff
path: root/attic/modules/FindDocBookXSL.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'attic/modules/FindDocBookXSL.cmake')
-rw-r--r--attic/modules/FindDocBookXSL.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/attic/modules/FindDocBookXSL.cmake b/attic/modules/FindDocBookXSL.cmake
index 39502cce..ffe90ca3 100644
--- a/attic/modules/FindDocBookXSL.cmake
+++ b/attic/modules/FindDocBookXSL.cmake
@@ -49,4 +49,8 @@ find_package_handle_standard_args (DocBookXSL
"Could NOT find DocBook XSL stylesheets"
DocBookXSL_DIR)
+#maintain backwards compatibility
+set(DOCBOOKXSL_FOUND ${DocBookXSL_FOUND})
+set(DOCBOOKXSL_DIR ${DocBookXSL_DIR})
+
mark_as_advanced (DocBookXSL_DIR)