ENH: add more paths for the HP
[cmake.git] / Modules / FindDoxygen.cmake
blob3b8fc9fc5cfc93f2a71f29786bd1d0c38d0931ea
1
2 # this module looks for Doxygen and the path to Graphiz's dot
5 FIND_PROGRAM(DOXYGEN
6   doxygen
9 FIND_PROGRAM(DOT
10   dot
11   "C:/Program Files/ATT/Graphviz/bin"
13 # HKEY_CURRENT_USER\Software\AT&T\Graphviz
15 # Since most of the time dot is called by Doxygen, the path to dot is 
16 # useful too
17 GET_FILENAME_COMPONENT(DOT_PATH ${DOT} PATH CACHE)
19 MARK_AS_ADVANCED(
20   DOT
21   DOT_PATH
22   DOXYGEN