From da29db7c622cd3d4ca849624d4a7e5828ade20a1 Mon Sep 17 00:00:00 2001 From: Sergii Bogomolov Date: Fri, 10 Jul 2026 02:19:05 +0200 Subject: [PATCH] build: update delegate to v0.1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 060236f..d8e0cfe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -172,7 +172,7 @@ FetchContent_MakeAvailable(tomlplusplus) # when changing both repos together), point at it with -D FETCHCONTENT_SOURCE_DIR_DELEGATE=/path/to/delegate. FetchContent_Declare(delegate GIT_REPOSITORY https://github.com/sbogomolov/delegate.git - GIT_TAG v0.1.0 + GIT_TAG v0.1.1 ) FetchContent_MakeAvailable(delegate)