Explorar o código

BUG: fix for bug 4102

Bill Hoffman %!s(int64=19) %!d(string=hai) anos
pai
achega
273ac87571
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      Modules/FindDoxygen.cmake

+ 7 - 0
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)