ENH: fix for backwards compatibility

This commit is contained in:
Bill Hoffman 2006-12-04 19:37:29 -05:00
parent 3a32cec969
commit 3b1c74d34a
1 changed files with 3 additions and 3 deletions

View File

@ -26,9 +26,9 @@ 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(Doxygen_FIND_QUIETLY)
SET(DOXYGEN_FIND_QUIETLY TRUE)
ENDIF(Doxygen_FIND_QUIETLY)
IF (NOT DOXYGEN_FIND_QUIETLY)
MESSAGE(STATUS "Looking for doxygen...")