From 2dc43bd6b8acbcabff5b627964e895198a3c0496 Mon Sep 17 00:00:00 2001 From: Alfi Maulana Date: Fri, 13 Jun 2025 10:17:43 +0700 Subject: [PATCH] chore: bump argparse to version 3.2 Signed-off-by: Alfi Maulana --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 084cd7a..0462bc0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ endif() find_package(argparse QUIET) if(NOT argparse_FOUND) - cpmaddpackage(gh:p-ranav/argparse@3.1) + cpmaddpackage(gh:p-ranav/argparse@3.2) endif() add_library(sequence src/sequence.cpp)