Skip to content

Commit

Permalink
revert update webtags
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Dec 9, 2024
1 parent eb85ee4 commit 7a51256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/documentation/sharg-doxygen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ set (SHARG_DOXYGEN_STD_TAGFILE "${PROJECT_BINARY_DIR}/cppreference-doxygen-web.t
include (ExternalProject)
ExternalProject_Add (
download-cppreference-doxygen-web-tag
URL "https://github.com/PeterFeicht/cppreference-doc/releases/download/v20241110/html-book-20241110.tar.xz"
URL_HASH SHA256=431e80862eb70fd4793a60d7d3b6c13c8605284978f9ea0529572e8fd1562cc6
URL "https://github.com/PeterFeicht/cppreference-doc/releases/download/v20220730/html-book-20220730.tar.xz"
URL_HASH SHA256=71f15003c168b8dc5a00cbaf19b6480a9b3e87ab7e462aa39edb63d7511c028b
TLS_VERIFY ON
DOWNLOAD_DIR "${PROJECT_BINARY_DIR}"
DOWNLOAD_NAME "html-book.tar.xz"
Expand Down

0 comments on commit 7a51256

Please sign in to comment.