From 273ac875716752d48720a905d0380373e21901ca Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 4 Dec 2006 11:52:46 -0500 Subject: BUG: fix for bug 4102 --- Modules/FindDoxygen.cmake | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Modules/FindDoxygen.cmake b/Modules/FindDoxygen.cmake index 5d4554b..4922e20 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) -- cgit v0.12