[cmake-commits] hoffman committed FindDoxygen.cmake 1.8 1.9

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 4 16:31:03 EDT 2006


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

Modified Files:
	FindDoxygen.cmake 
Log Message:
ENH: remove paths that cmake already looks at


Index: FindDoxygen.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindDoxygen.cmake,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- FindDoxygen.cmake	4 Oct 2006 15:04:26 -0000	1.8
+++ FindDoxygen.cmake	4 Oct 2006 20:31:00 -0000	1.9
@@ -13,8 +13,6 @@
   PATHS "[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\doxygen_is1;Inno Setup: App Path]/bin"
   /Applications/Doxygen.app/Contents/Resources
   /Applications/Doxygen.app/Contents/MacOS
-  /usr/bin
-  /usr/local/bin
   DOC "Doxygen documentation generation tool (http://www.doxygen.org)"
 )
 
@@ -48,8 +46,6 @@
   /Applications/Graphviz.app/Contents/MacOS
   /Applications/Doxygen.app/Contents/Resources
   /Applications/Doxygen.app/Contents/MacOS
-  /usr/bin
-  /us/local/bin
   DOC "Graphiz Dot tool for using Doxygen"
 )
 
@@ -71,8 +67,6 @@
   /Applications/Graphviz.app/Contents/MacOS
   /Applications/Doxygen.app/Contents/Resources
   /Applications/Doxygen.app/Contents/MacOS
-  /usr/bin
-  /usr/local/bin
   DOC "Path to the Graphviz Dot tool"
 )
 



More information about the Cmake-commits mailing list