summaryrefslogtreecommitdiff
path: root/Modules/FindDoxygen.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-12-04 11:52:46 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2006-12-04 11:52:46 -0500
commit273ac875716752d48720a905d0380373e21901ca (patch)
tree0a00b7319cff46fb6554db57dcbcc5d21fdef535 /Modules/FindDoxygen.cmake
parent3fb55bff36fe9357f7f18e545111249ef44b8372 (diff)
downloadcmake-273ac875716752d48720a905d0380373e21901ca.tar.gz
BUG: fix for bug 4102
Diffstat (limited to 'Modules/FindDoxygen.cmake')
-rw-r--r--Modules/FindDoxygen.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/Modules/FindDoxygen.cmake b/Modules/FindDoxygen.cmake
index 5d4554b6fe..4922e20873 100644
--- a/Modules/FindDoxygen.cmake
+++ b/Modules/FindDoxygen.cmake
@@ -23,6 +23,13 @@
SET(TEMP_DOXYGEN_SAVE_CMAKE_FIND_APPBUNDLE ${CMAKE_FIND_APPBUNDLE})
# Disable the App-bundle detection feature
SET(CMAKE_FIND_APPBUNDLE "NEVER")
+# For backwards compatibility support
+# DOXYGEN_FIND_QUIETLY, but it should have been
+# Doxygen_FIND_QUIETLY.
+IF(DOXYGEN_FIND_QUIETLY)
+ SET(Doxygen_FIND_QUIETLY)
+ENDIF(DOXYGEN_FIND_QUIETLY)
+
IF (NOT DOXYGEN_FIND_QUIETLY)
MESSAGE(STATUS "Looking for doxygen...")
ENDIF (NOT DOXYGEN_FIND_QUIETLY)