Skip to content

Commit

Permalink
Use DOXYGEN_EXECUTABLE instead of doxygen target to support cmake 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
umar456 committed Jan 24, 2023
1 parent 64e34e4 commit 77a267b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ configure_file(
###########################################################
add_custom_target(docs
ALL
COMMAND Doxygen::doxygen ${AF_DOCS_CONFIG_OUT}
COMMAND ${DOXYGEN_EXECUTABLE} ${AF_DOCS_CONFIG_OUT}
COMMAND cmake -E copy_directory ${ASSETS_DIR} ${CMAKE_CURRENT_BINARY_DIR}/html
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Generating Documentation"
Expand Down

0 comments on commit 77a267b

Please sign in to comment.