Skip to content

Commit 7a51256

Browse files
committed
revert update webtags
1 parent eb85ee4 commit 7a51256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/documentation/sharg-doxygen.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ set (SHARG_DOXYGEN_STD_TAGFILE "${PROJECT_BINARY_DIR}/cppreference-doxygen-web.t
3737
include (ExternalProject)
3838
ExternalProject_Add (
3939
download-cppreference-doxygen-web-tag
40-
URL "https://github.com/PeterFeicht/cppreference-doc/releases/download/v20241110/html-book-20241110.tar.xz"
41-
URL_HASH SHA256=431e80862eb70fd4793a60d7d3b6c13c8605284978f9ea0529572e8fd1562cc6
40+
URL "https://github.com/PeterFeicht/cppreference-doc/releases/download/v20220730/html-book-20220730.tar.xz"
41+
URL_HASH SHA256=71f15003c168b8dc5a00cbaf19b6480a9b3e87ab7e462aa39edb63d7511c028b
4242
TLS_VERIFY ON
4343
DOWNLOAD_DIR "${PROJECT_BINARY_DIR}"
4444
DOWNLOAD_NAME "html-book.tar.xz"

0 commit comments

Comments
 (0)