Skip to content

Commit

Permalink
Merge pull request cpp-pm#632 from headupinclouds/pr.dlib.19.2
Browse files Browse the repository at this point in the history
udpate dlib to 19.2-p1
  • Loading branch information
ruslo authored Jan 3, 2017
2 parents 9ca88a4 + eaa3d32 commit 6e923d6
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 @@ -107,7 +107,7 @@ hunter_config(cvmatio VERSION 1.0.27-p3)
hunter_config(damageproto VERSION 1.2.1)
hunter_config(dbus VERSION 1.10.0-hunter-4)
hunter_config(dest VERSION 0.8.0-p3)
hunter_config(dlib VERSION 19.0-p3)
hunter_config(dlib VERSION 19.2-p1)
hunter_config(dri2proto VERSION 2.8)
hunter_config(dri3proto VERSION 1.0)
hunter_config(drm VERSION 2.4.67)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/dlib/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ include(hunter_cmake_args)
include(hunter_download)
include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME
dlib
VERSION
"19.2-p1"
URL
"https://github.com/hunter-packages/dlib/archive/v19.2-p1.tar.gz"
SHA1
fec7fdc72c42c5bc1ca466f9be325594921a80c8
)

hunter_add_version(
PACKAGE_NAME
dlib
Expand Down

0 comments on commit 6e923d6

Please sign in to comment.