update argparse's version to avoid bug

This commit is contained in:
2024-04-16 01:42:09 +00:00
parent 81e3222f2a
commit 27233fb8ef
2 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ include(GoogleTest)
FetchContent_Declare(
argparse
URL_HASH SHA256=674e724c2702f0bfef1619161815257a407e1babce30d908327729fba6ce4124
URL ${CMAKE_SOURCE_DIR}/deps/argparse-v3.0-mirror.zip
URL_HASH SHA256=cd07c1208c01bef28c5173f4bad0b2df73dd7316d2f56fc80344952c400fa711
URL ${CMAKE_SOURCE_DIR}/deps/argparse-9550b0a-mirror.zip
)
FetchContent_MakeAvailable(argparse)