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 790c0a8 + 6c7d213 commit 3f38cf6Copy full SHA for 3f38cf6
1 file changed
.github/workflows/deps/CMakeLists.txt
@@ -5,7 +5,7 @@ if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
5
set(CMAKE_INSTALL_PREFIX "${PROJECT_SOURCE_DIR}/install_dir" CACHE PATH "Default install prefix" FORCE)
6
endif()
7
8
-set(OPENCV_GIT_TAG "4.11.0" CACHE STRING "Tag or branch used to checkout when cloning opencv")
+set(OPENCV_GIT_TAG "4.12.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.2" CACHE STRING "Tag or branch used to checkout when cloning argparse")
11
0 commit comments