Skip to content

Commit

Permalink
Merge pull request #187 from EmixamPP/opencv-4.10.0
Browse files Browse the repository at this point in the history
chore(ci): update opencv to 4.10.0
  • Loading branch information
EmixamPP authored Aug 5, 2024
2 parents 17077d7 + 9ec8245 commit 462cfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
set(CMAKE_INSTALL_PREFIX "${PROJECT_SOURCE_DIR}/install_dir" CACHE PATH "Default install prefix" FORCE)
endif()

set(OPENCV_GIT_TAG "4.9.0" CACHE STRING "Tag or branch used to checkout when cloning opencv")
set(OPENCV_GIT_TAG "4.10.0" CACHE STRING "Tag or branch used to checkout when cloning opencv")
set(YAML_GIT_TAG "0.8.0" CACHE STRING "Tag or branch used to checkout when cloning yaml-cpp")
set(ARGPARSE_GIT_TAG "v3.1" CACHE STRING "Tag or branch used to checkout when cloning argparse")
set(SPDLOG_GIT_TAG "v1.14.1" CACHE STRING "Tag or branch used to checkout when cloning argparse")
Expand Down

0 comments on commit 462cfcc

Please sign in to comment.