From 5f2b0cc942dd24444abd95b2746579c5cae05474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20L=C3=BCbke?= Date: Fri, 24 Oct 2025 09:38:26 +0200 Subject: [PATCH] build(deps): update cli11 to v2.5.0 --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ca39b6106..1727685f1 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -38,7 +38,7 @@ FetchContent_Declare( cli11 QUIET GIT_REPOSITORY https://github.com/CLIUtils/CLI11.git - GIT_TAG v2.4.2 + GIT_TAG v2.5.0 ) FetchContent_MakeAvailable(cli11)