chore: update CLI11 to v2.5.0

This commit is contained in:
sithlord48
2025-05-28 12:26:44 -04:00
committed by Nick Bolton
parent 5ee3fc41bd
commit 7abaca76af
2 changed files with 4 additions and 4 deletions

View File

@ -68,8 +68,8 @@ modules:
sources:
- type: git
url: https://github.com/CLIUtils/CLI11
tag: v2.4.2
commit: 6c7b07a878ad834957b98d0f9ce1dbe0cb204fc9
tag: v2.5.0
commit: 4160d259d961cd393fd8d67590a8c7d210207348
- name: tomlplusplus
buildsystem: cmake-ninja
sources:

View File

@ -9,8 +9,8 @@ if(CLI11_FOUND)
set(cli11_lib CLI11::CLI11)
else()
#Be sure to update the version and MD5 together
set(CLI11_VERSION 2.4.2)
set(CLI11_MD5 d7923d1ca06d03e2299e55cad532d126)
set(CLI11_VERSION 2.5.0)
set(CLI11_MD5 0d3d6898febe3b82fc47b3d608b1ae95)
file(
DOWNLOAD "https://github.com/CLIUtils/CLI11/releases/download/v${CLI11_VERSION}/CLI11.hpp"
"${CMAKE_BINARY_DIR}/include/CLI/CLI.hpp"