BUG: fix for bug 4102

This commit is contained in:
Bill Hoffman 2006-12-04 11:52:46 -05:00
parent 3fb55bff36
commit 273ac87571
1 changed files with 7 additions and 0 deletions

View File

@ -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)