Skip to content

Commit

Permalink
Update hunter version : This release is based on the tag v0.18.15 and…
Browse files Browse the repository at this point in the history
… adds patches against msvc warnings for opencv, boost, and gtest

See https://github.com/ivsgroup/hunter/releases/tag/v0.18.15-ivs
and
https://github.com/ivsgroup/hunter/tree/v0.18.15-ivs
  • Loading branch information
Pascal Thomet committed Jul 7, 2017
1 parent dd2c817 commit cf7acf4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cmake/projects/GTest/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,15 @@ hunter_add_version(
SHA1 3325aa4fc8b30e665c9f73a60f19387b7db36f85
)

hunter_add_version(
PACKAGE_NAME
GTest
VERSION
1.8.0-hunter-p5-ivs
URL https://github.com/ivsgroup/googletest/archive/ivs-1.8.5-hunter-p5.tar.gz
SHA1 ce12f38315d929704b054b0514ef6a63b28fedfd
)

if(HUNTER_GTest_VERSION VERSION_LESS 1.8.0)
set(_gtest_license "LICENSE")
else()
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 @@ -24,6 +24,17 @@ hunter_add_version(
901f98202eb12dc2e1cc7f008204a9fb98ea0b13
)

hunter_add_version(
PACKAGE_NAME
OpenCV
VERSION
"3.2.0-pivs"
URL
"https://github.com/ivsgroup/opencv/archive/hunter-3.2.0-pivs.tar.gz"
SHA1
7f0c9dddc53606ae8d2f53c4980325a1c93913a2
)

hunter_add_version(
PACKAGE_NAME
OpenCV
Expand Down

0 comments on commit cf7acf4

Please sign in to comment.