cmake: update doxygen-awesome-css from v2.1.0 to v2.3.4

This commit is contained in:
Corentin Le Molgat
2025-06-26 13:24:10 +02:00
parent d013b5ae6d
commit b7f7e9b1ec
4 changed files with 4 additions and 4 deletions

View File

@@ -601,7 +601,7 @@ if(BUILD_CXX_DOC)
if(DOXYGEN_FOUND)
configure_file(${PROJECT_SOURCE_DIR}/ortools/cpp/Doxyfile.in ${PROJECT_BINARY_DIR}/cpp/Doxyfile @ONLY)
file(DOWNLOAD
https://raw.githubusercontent.com/jothepro/doxygen-awesome-css/v2.1.0/doxygen-awesome.css
https://raw.githubusercontent.com/jothepro/doxygen-awesome-css/v2.3.4/doxygen-awesome.css
${PROJECT_BINARY_DIR}/cpp/doxygen-awesome.css
SHOW_PROGRESS
)