Skip to content

Commit

Permalink
Update doxygen version to 1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Oct 4, 2023
1 parent ac43153 commit 4912347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cmake/xtd_commands.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2331,7 +2331,7 @@ if (XTD_ENABLE_RUN_REFERENCE_GUIDE AND NOT RUN_REFERENCE_GUIDE_ONLY_ONCE)
if (DOXYGEN_FOUND)
set(DOXYGEN_EXECUTABLE Doxygen::doxygen)
elseif (NOT DOXYGEN_FOUND AND XTD_DOWNLOAD_DOXYGEN)
ExternalProject_Add(doxygen GIT_REPOSITORY https://github.com/doxygen/doxygen.git GIT_TAG Release_1_9_3 GIT_SHALLOW 1 CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR})
ExternalProject_Add(doxygen GIT_REPOSITORY https://github.com/doxygen/doxygen.git GIT_TAG Release_1_9_7 GIT_SHALLOW 1 CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR})
set(DOXYGEN_FOUND TRUE)
set(DOXYGEN_EXECUTABLE ${CMAKE_BINARY_DIR}/bin/doxygen)
set(DOXYGEN_PROJECT doxygen)
Expand Down

0 comments on commit 4912347

Please sign in to comment.