Skip to content

Commit

Permalink
Fix Doxygen doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
boxanm committed May 7, 2024
1 parent 99fb9cf commit ef652bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UseDoxygen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ if(DOXYGEN_FOUND AND DOXYFILE_IN_FOUND)

configure_file(${DOXYFILE_IN} Doxyfile IMMEDIATE @ONLY)

get_target_property(DOC_TARGET doc TYPE)
if(NOT DOC_TARGET)
add_custom_target(doc)
endif()
get_target_property(DOC_TARGET doc TYPE)

add_dependencies(doc doxygen)
endif()

0 comments on commit ef652bf

Please sign in to comment.