From d7b4e26dc6cd0ad707dd4081533ebd48011ba17b Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Sun, 17 Jun 2012 13:09:25 +0200 Subject: [PATCH] Removed the MSCGEN detection -- in fact it was not used --- doc/CMakeLists.txt | 5 ----- doc/doxyfile.in | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 025141a5..0d6db44b 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -36,11 +36,6 @@ else() set(DOXYGEN_GENERATE_HTMLHELP NO) endif() -find_path(MSCGEN_PATH NAMES mscgen.exe mscgen) -if(NOT MSCGEN_PATH) - set(MSCGEN_PATH "") -endif() - # configure the source Doxyfile by copying it and replacing all @variables@ set(DOXYGEN_CONFIGURED_INPUT ${DOXYGEN_OUTPUT_DIR}/doxyfile) configure_file(${DOXYGEN_INPUT_DIR}/doc/doxyfile.in ${DOXYGEN_CONFIGURED_INPUT} @ONLY) diff --git a/doc/doxyfile.in b/doc/doxyfile.in index 7d017baa..df37dbf8 100644 --- a/doc/doxyfile.in +++ b/doc/doxyfile.in @@ -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 = "@MSCGEN_PATH@" +MSCGEN_PATH = # If set to YES, the inheritance and collaboration graphs will hide # inheritance and usage relations if the target is undocumented