Skip to content

Commit

Permalink
drishti 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Oct 24, 2017
1 parent 0d8d603 commit e8e9b18
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ hunter_config(doctest VERSION 1.2.0)
hunter_config(double-conversion VERSION 3.0.0)
hunter_config(dri2proto VERSION 2.8)
hunter_config(dri3proto VERSION 1.0)
hunter_config(drishti VERSION 0.8.4)
hunter_config(drishti VERSION 0.8.6)
hunter_config(drishti_assets VERSION 1.8)
hunter_config(drishti_faces VERSION 1.2)
hunter_config(drm VERSION 2.4.67)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/drishti/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ hunter_add_version(
8d3bdc346073c0a1449b213fe374f6baf7589af1
)

hunter_add_version(
PACKAGE_NAME
drishti
VERSION
0.8.6
URL
"https://github.com/elucideye/drishti/archive/v0.8.6.tar.gz"
SHA1
180161389f017719380f344e09f76fd1cdae609d
)

hunter_cmake_args(drishti CMAKE_ARGS DRISHTI_BUILD_EXAMPLES=NO)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
Expand Down
14 changes: 1 addition & 13 deletions examples/drishti/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,6 @@ hunter_config(

if(ANDROID)
# https://travis-ci.org/ingenue/hunter/jobs/287844545
# Will be fixed in Android NDK 17
hunter_config(dlib VERSION 19.2-p1)
endif()

if(MSVC)
# https://ci.appveyor.com/project/ingenue/hunter/build/1.0.2532/job/idmsw2829ry1ltj6
hunter_config(
OpenCV
VERSION
3.0.0-p11
CMAKE_ARGS
WITH_IPP=OFF
BUILD_EIGEN=OFF
WITH_EIGEN=OFF
)
endif()

0 comments on commit e8e9b18

Please sign in to comment.