Skip to content

Commit 6c7d213

Browse files
committed
chore(ci): update opencv to 4.12.0
1 parent 790c0a8 commit 6c7d213

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
@@ -5,7 +5,7 @@ if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
55
set(CMAKE_INSTALL_PREFIX "${PROJECT_SOURCE_DIR}/install_dir" CACHE PATH "Default install prefix" FORCE)
66
endif()
77

8-
set(OPENCV_GIT_TAG "4.11.0" CACHE STRING "Tag or branch used to checkout when cloning opencv")
8+
set(OPENCV_GIT_TAG "4.12.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")
1010
set(ARGPARSE_GIT_TAG "v3.2" CACHE STRING "Tag or branch used to checkout when cloning argparse")
1111

0 commit comments

Comments
 (0)