Skip to content

Commit

Permalink
chore: bump argparse to version 3.1 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal authored Jul 24, 2024
1 parent 08ecf6c commit 31f0612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ endif()

find_package(argparse QUIET)
if(NOT argparse_FOUND)
cpmaddpackage(gh:p-ranav/argparse@3.0)
cpmaddpackage(gh:p-ranav/argparse@3.1)
endif()

add_library(sequence src/sequence.cpp)
Expand Down

0 comments on commit 31f0612

Please sign in to comment.