Skip to content

Commit

Permalink
OpenCV 3.2.0-p2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Jun 6, 2017
1 parent 0c2e302 commit 989d2d4
Show file tree
Hide file tree
Showing 2 changed files with 12 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 @@ -81,7 +81,7 @@ hunter_config(NASM VERSION 2.12.02)
hunter_config(OpenBLAS VERSION 0.2.19-p0)
hunter_config(OpenCL VERSION 2.1-p3)
hunter_config(OpenCL-cpp VERSION 2.0.10-p0)
hunter_config(OpenCV VERSION 3.2.0-p1)
hunter_config(OpenCV VERSION 3.2.0-p2)
hunter_config(OpenCV-Extra VERSION 3.0.0)
hunter_config(OpenNMTTokenizer VERSION 0.2.0-p1)
if(MSVC)
Expand Down
11 changes: 11 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
"3.2.0-p2"
URL
"https://github.com/hunter-packages/opencv/archive/v3.2.0-p2.tar.gz"
SHA1
99219206c4fb9b5b6f60e03112746461baf6c9ab
)

hunter_add_version(
PACKAGE_NAME
OpenCV
Expand Down

0 comments on commit 989d2d4

Please sign in to comment.