diff --git a/CMakeLists.txt b/CMakeLists.txt index c141a76..afdda79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,13 +13,13 @@ include(FetchContent) FetchContent_Declare( zlog GIT_REPOSITORY https://github.com/HardySimpson/zlog.git - GIT_TAG 1.2.18 + GIT_TAG 3715879775f725260aeda14f94887bbc7a007e29 ) FetchContent_Declare( argparse GIT_REPOSITORY https://github.com/cofyc/argparse.git - GIT_TAG 682d4520b4bc2b646cdfcf078b2fed00b3d2da30 + GIT_TAG 5559200a91a334e15391e8285571145f6b6cc002 ) FetchContent_MakeAvailable(zlog argparse)