diff options
author | Aleix Pol <aleixpol@kde.org> | 2013-09-04 16:39:05 +0200 |
---|---|---|
committer | Aleix Pol <aleixpol@kde.org> | 2013-09-04 16:39:05 +0200 |
commit | 783518d43936e4acfcf71535abc79e54092c7184 (patch) | |
tree | c13cc6c760c1069d2c3546ddad130d4664015645 /attic/modules/FindDocBookXSL.cmake | |
parent | 8e12d283ba82fff36d6c8808afde9f4ee738830f (diff) | |
download | extra-cmake-modules-783518d43936e4acfcf71535abc79e54092c7184.tar.gz extra-cmake-modules-783518d43936e4acfcf71535abc79e54092c7184.tar.bz2 |
Define ALL_UPPERCASE variables to maintain backwards compatibility
Diffstat (limited to 'attic/modules/FindDocBookXSL.cmake')
-rw-r--r-- | attic/modules/FindDocBookXSL.cmake | 4 |
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) |