From 2d8af06300278dc8858a9e85b1c102d6b1fc636b Mon Sep 17 00:00:00 2001 From: Paul Breugnot Date: Wed, 13 Aug 2025 12:59:55 +0200 Subject: [PATCH] :arrow_up: Updates zlog and argparse --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)