[cmake-commits] hoffman committed FindDoxygen.cmake 1.12 1.13

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Dec 4 11:52:48 EST 2006


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv30496

Modified Files:
	FindDoxygen.cmake 
Log Message:
BUG: fix for bug 4102 


Index: FindDoxygen.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindDoxygen.cmake,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- FindDoxygen.cmake	24 Oct 2006 14:03:58 -0000	1.12
+++ FindDoxygen.cmake	4 Dec 2006 16:52:46 -0000	1.13
@@ -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)



More information about the Cmake-commits mailing list