We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ce567 commit ab60432Copy full SHA for ab60432
1 file changed
CMakeLists.txt
@@ -33,7 +33,7 @@ endif()
33
34
find_package(argparse QUIET)
35
if(NOT argparse_FOUND)
36
- cpmaddpackage(gh:p-ranav/argparse@3.1)
+ cpmaddpackage(gh:p-ranav/argparse@3.2)
37
endif()
38
39
add_library(sequence src/sequence.cpp)
0 commit comments