Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,11 +255,12 @@ if(linyaps-box_ENABLE_CPM)
NAME CLI11
VERSION 2.5.0
GITHUB_REPOSITORY CLIUtils/CLI11
GIT_TAG v2.5.0
GIT_TAG v2.6.1
EXCLUDE_FROM_ALL ON
OPTIONS "CLI11_BUILD_TESTS OFF")
endif()

# find minimal version
find_package(nlohmann_json 3.11.3 QUIET)
if(NOT nlohmann_json_FOUND)
add_subdirectory(external/nlohmann_json)
Expand Down
6 changes: 3 additions & 3 deletions cmake.external/CLI11/FindCLI11.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if(TARGET CLI11::CLI11)

# Set version variables
set(CLI11_VERSION_MAJOR 2)
set(CLI11_VERSION_MINOR 5)
set(CLI11_VERSION_PATCH 0)
set(CLI11_VERSION "2.5.0")
set(CLI11_VERSION_MINOR 6)
set(CLI11_VERSION_PATCH 1)
set(CLI11_VERSION "2.6.1")
endif()
Loading