Skip to content

Commit ab60432

Browse files
authored
chore: bump argparse to version 3.2 (#203)
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
1 parent c1ce567 commit ab60432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ endif()
3333

3434
find_package(argparse QUIET)
3535
if(NOT argparse_FOUND)
36-
cpmaddpackage(gh:p-ranav/argparse@3.1)
36+
cpmaddpackage(gh:p-ranav/argparse@3.2)
3737
endif()
3838

3939
add_library(sequence src/sequence.cpp)

0 commit comments

Comments
 (0)