Removed the MSCGEN detection -- in fact it was not used
This commit is contained in:
parent
491b6501ab
commit
d7b4e26dc6
2 changed files with 1 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue