From e98b44538f622675f4751919b0fb02418ccf46cf Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 2 Jul 2024 10:54:31 -0400 Subject: [PATCH 1/2] chore: bump cli11 to v2.4.2 Addresses CMake minimum version warning. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index acf9c994a..5576b67e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,8 +34,8 @@ FetchContent_Declare( ) set(CLI11_GIT_REPOSITORY "https://github.com/CLIUtils/CLI11") -# v2.3.2 -set(CLI11_GIT_TAG "291c58789c031208f08f4f261a858b5b7083e8e2") +# v2.4.2 +set(CLI11_GIT_TAG "6c7b07a878ad834957b98d0f9ce1dbe0cb204fc9") FetchContent_Declare( cli11 GIT_REPOSITORY ${CLI11_GIT_REPOSITORY} From 41b5a62be9a2cffd139d5a22216cb538d7e0f5ab Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 2 Jul 2024 11:02:40 -0400 Subject: [PATCH 2/2] build: bump rang cmake_minimum_required to 3.16.3 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5576b67e0..7fd8f336e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,8 +45,8 @@ FetchContent_Declare( set(rang_GIT_REPOSITORY "https://github.com/agauniyal/rang.git") set(rang_GIT_REPOSITORY "https://github.com/thewtex/rang.git") -# v3.2 + WASI -set(rang_GIT_TAG "12a863f29c678b913b924102cf61a058a9eb4b4e") +# v3.2 + WASI + cmake_minimum_required +set(rang_GIT_TAG "e50d8673fdc1d053b1502752d937c4e76510958c") FetchContent_Declare( rang GIT_REPOSITORY ${rang_GIT_REPOSITORY}