build(deps): update cli11 to v2.5.0

This commit is contained in:
Max Lübke 2025-10-24 09:38:26 +02:00
parent 0d307c790f
commit 5f2b0cc942

View File

@ -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)