MantisBT - VTK
View Issue Details
0003922VTK(No Category)public2006-10-11 05:182013-04-05 19:57
Jens Henrik Goebbert 
Sebastien Barre 
normalmajoralways
closedfixed 
 
 
0003922: Doxygen/CMakeList.txt not working with CMake 2.5-20061010
in Utilities/Doxygen/CMakeList.txt line 19 should be
    GET_FILENAME_COMPONENT(DOT_PATH ${DOXYGEN_DOT_EXECUTABLE} PATH)

instead of
    GET_FILENAME_COMPONENT(DOT_PATH ${DOT} PATH)

because CMake-Module "Documentation" includes Module "Doxygen", which does not set ${DOT} but ${DOXYGEN_DOT_EXECUTABLE}
No tags attached.
Issue History
2008-02-06 10:45Jeff BaumesAssigned ToMathieu Malaterre => Sebastien Barre
2008-02-07 10:15Sebastien BarreStatustabled => closed
2008-02-07 10:15Sebastien BarreNote Added: 0010413
2008-02-07 10:15Sebastien BarreResolutionopen => fixed
2008-02-07 10:19Sebastien BarreStatusclosed => @80@
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2013-04-05 19:57Berk GeveciStatuscustomer review => closed

Notes
(0010413)
Sebastien Barre   
2008-02-07 10:15   
This apparently was fixed some time ago in FindDoxygen.cmake:

# Backwards compatibility for CMake4.3 and less
SET (DOXYGEN ${DOXYGEN_EXECUTABLE} )
SET (DOT ${DOXYGEN_DOT_EXECUTABLE} )