We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ceac72 + dadc1ea commit 0285417Copy full SHA for 0285417
1 file changed
.github/workflows/deps/CMakeLists.txt
@@ -7,7 +7,7 @@ endif()
7
8
set(OPENCV_GIT_TAG "4.11.0" CACHE STRING "Tag or branch used to checkout when cloning opencv")
9
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")
+set(ARGPARSE_GIT_TAG "v3.2" CACHE STRING "Tag or branch used to checkout when cloning argparse")
11
12
include(ExternalProject)
13
0 commit comments