Skip to content

Commit 4ceac72

Browse files
authored
Merge pull request #214 from EmixamPP/opencv-4.11.0
chore(ci): update opencv to 4.11.0
2 parents 3bd1b62 + fb558cd commit 4ceac72

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

0 commit comments

Comments
 (0)