Made CMake look for mscgen
Before the path in doxyfile was static and set to "D:/Programmes/mscgen", which obviously won't work on most systems. Now CMake tries to find the tool. If this fails, the path is set empty to let Doxygen look for it inside PATH.
This commit is contained in:
parent
a39d36e0db
commit
617c3b7759
2 changed files with 7 additions and 1 deletions
|
@ -1354,7 +1354,7 @@ CLASS_DIAGRAMS = YES
|
|||
# the mscgen tool resides. If left empty the tool is assumed to be found in the
|
||||
# default search path.
|
||||
|
||||
MSCGEN_PATH = D:/Programmes/mscgen
|
||||
MSCGEN_PATH = "@MSCGEN_PATH@"
|
||||
|
||||
# If set to YES, the inheritance and collaboration graphs will hide
|
||||
# inheritance and usage relations if the target is undocumented
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue