Skip to content
Snippets Groups Projects
Commit 35a50416 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[CMake] Add Doxyfile.in as a dependencies for doxygen.

Together with the last patch, this fixes FS#1592.
parent 3850df17
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ MACRO (add_doxygen_target)
add_custom_command(OUTPUT html COMMAND
${CMAKE_COMMAND} -D DOXYGEN_EXECUTABLE=${DOXYGEN_EXECUTABLE} -P ${SCRIPT_DIR}/RunDoxygen.cmake
COMMENT "Running doxygen documentation. This may take a while"
DEPENDS Doxyfile)
DEPENDS Doxyfile.in)
# Create a target for building the doxygen documentation of a module,
# that is run during make doc.
add_custom_target(doxygen_${ProjectName} DEPENDS html)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment