Skip to content

Commit 0285417

Browse files
authored
Merge pull request #215 from EmixamPP/argparse-v3.2
chore(ci): update argparse to v3.2
2 parents 4ceac72 + dadc1ea commit 0285417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deps/CMakeLists.txt

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

88
set(OPENCV_GIT_TAG "4.11.0" CACHE STRING "Tag or branch used to checkout when cloning opencv")
99
set(YAML_GIT_TAG "0.8.0" CACHE STRING "Tag or branch used to checkout when cloning yaml-cpp")
10-
set(ARGPARSE_GIT_TAG "v3.1" CACHE STRING "Tag or branch used to checkout when cloning argparse")
10+
set(ARGPARSE_GIT_TAG "v3.2" CACHE STRING "Tag or branch used to checkout when cloning argparse")
1111

1212
include(ExternalProject)
1313

0 commit comments

Comments
 (0)