Skip to content

Commit

Permalink
Update OpenCV to v4.5.5-p0 (#530)
Browse files Browse the repository at this point in the history
* Update OpenCV to v4.5.5-p0

* Update hunter.cmake
  • Loading branch information
rbsheth committed Feb 24, 2022
1 parent d284a00 commit 9edfb55
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ hunter_default_version(OpenAL VERSION 1.19.1)
hunter_default_version(OpenBLAS VERSION 0.3.7)
hunter_default_version(OpenCL VERSION 2.1-p3)
hunter_default_version(OpenCL-cpp VERSION 2.0.10-p0)
hunter_default_version(OpenCV VERSION 4.5.3-p0)
hunter_default_version(OpenCV VERSION 4.5.5-p0)
hunter_default_version(OpenCV-Extra VERSION 4.5.3)
hunter_default_version(OpenEXR VERSION 3.1.4-p0)
hunter_default_version(OpenGL-Registry VERSION 0.0.0-d15191e-p0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/OpenCV-Extra/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ include(hunter_add_version)
include(hunter_download)
include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME
OpenCV-Extra
VERSION
"4.5.5"
URL
"https://github.com/opencv/opencv_contrib/archive/4.5.5.tar.gz"
SHA1
cabe4e1644576f112345bf9ebc7f876086a60930
)

hunter_add_version(
PACKAGE_NAME
OpenCV-Extra
Expand Down
13 changes: 13 additions & 0 deletions cmake/projects/OpenCV/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ include(hunter_pick_scheme)

# List of versions here...

hunter_add_version(
PACKAGE_NAME
OpenCV
VERSION
"4.5.5-p0"
URL
"https://github.com/cpp-pm/opencv/archive/refs/tags/v4.5.5-p0.tar.gz"
SHA1
2946dbc6a0f6e2a29ef45a647d31a9bf6426113f
)

hunter_add_version(
PACKAGE_NAME
OpenCV
Expand Down Expand Up @@ -504,6 +515,8 @@ hunter_cmake_args(
BUILD_opencv_dnn=OFF
WITH_FFMPEG=OFF
WITH_OPENJPEG=OFF
WITH_QUIRC=OFF
WITH_ADE=OFF
)

# Pick a download scheme
Expand Down

0 comments on commit 9edfb55

Please sign in to comment.