Skip to content

Commit

Permalink
Stop using deprecated DOXYGEN_EXECUTABLE variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Sep 11, 2024
1 parent a430c71 commit 8cf0744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ configure_file(${DOXYGEN_INPUT_DIR}/doc/searchOverrides.css ${DOXYGEN_OUTPUT_DIR
# target setup
add_custom_target(doc ALL
COMMAND ${CMAKE_COMMAND} -E echo_append "Building API Documentation..."
COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_CONFIGURED_INPUT}
COMMAND Doxygen::doxygen ${DOXYGEN_CONFIGURED_INPUT}
COMMAND ${CMAKE_COMMAND} -E echo "Done."
WORKING_DIRECTORY ${DOXYGEN_INPUT_DIR})

Expand Down

0 comments on commit 8cf0744

Please sign in to comment.