Skip to content

Commit

Permalink
Merge pull request ruslo#970 from headupinclouds/pr.drishti.assets.im…
Browse files Browse the repository at this point in the history
…prove.detection

drishti-assets @ 1.8
  • Loading branch information
ruslo authored Aug 19, 2017
2 parents 764dee2 + 02d65c2 commit f8c1539
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@ -143,7 +143,7 @@ hunter_config(dlib VERSION 19.4-p2)
hunter_config(doctest VERSION 1.2.0)
hunter_config(dri2proto VERSION 2.8)
hunter_config(dri3proto VERSION 1.0)
hunter_config(drishti_assets VERSION 1.7)
hunter_config(drishti_assets VERSION 1.8)
hunter_config(drishti_faces VERSION 1.2)
hunter_config(drm VERSION 2.4.67)
hunter_config(eigen3-nnls VERSION 1.0.0)
Expand Down
12 changes: 12 additions & 0 deletions cmake/projects/drishti_assets/hunter.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Copyright (c) 2017, Ruslan Baratov
# Copyright (c) 2017, David Hirvonen
# All rights reserved.

# !!! DO NOT PLACE HEADER GUARDS HERE !!!
Expand Down Expand Up @@ -30,6 +31,17 @@ hunter_add_version(
1c35ca176e4b30111eed44fd607d8a5ac0c71585
)

hunter_add_version(
PACKAGE_NAME
drishti_assets
VERSION
1.8
URL
"https://github.com/elucideye/drishti-assets/archive/v1.8.tar.gz"
SHA1
1667a5209e83902a46251632dab25cf114d75c96
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(drishti_assets)
hunter_download(PACKAGE_NAME drishti_assets)

0 comments on commit f8c1539

Please sign in to comment.