Skip to content

Commit

Permalink
add aglet 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
headupinclouds committed Aug 13, 2017
1 parent f12f62e commit 7997765
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ hunter_config(ZeroMQ VERSION 4.1.4-p2)
hunter_config(caffe VERSION rc3-p2)
hunter_config(Catch VERSION 1.8.2-p0)
hunter_config(aes VERSION 0.0.1-p1)
hunter_config(aglet VERSION 1.1.0)
hunter_config(aglet VERSION 1.2.0)
hunter_config(autobahn-cpp VERSION 0.2.0)
hunter_config(boost-pba VERSION 1.0.0-p0)
hunter_config(ccv VERSION 0.7-p6)
Expand Down
13 changes: 12 additions & 1 deletion cmake/projects/aglet/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,18 @@ hunter_add_version(
"https://github.com/elucideye/aglet/archive/v1.1.0.tar.gz"
SHA1
1857a8d99c0224688d7131a09f295f48723209aa
)
)

hunter_add_version(
PACKAGE_NAME
aglet
VERSION
1.2.0
URL
"https://github.com/elucideye/aglet/archive/v1.2.0.tar.gz"
SHA1
65d910c63e0c030a20ca4da9473753ce284c49de
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
hunter_cacheable(aglet)
Expand Down

0 comments on commit 7997765

Please sign in to comment.