Skip to content

Commit

Permalink
Merge pull request ruslo#1510 from dvirtz/pr.update.type_safe
Browse files Browse the repository at this point in the history
update type_safe to v0.2-p1
  • Loading branch information
ruslo authored Aug 1, 2018
2 parents d8e51cc + a3961b6 commit 2e55c29
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 @@ -388,7 +388,7 @@ hunter_default_version(tinyxml2 VERSION 6.2.0-p1)
hunter_default_version(toluapp VERSION 1.0.93-p1)
hunter_default_version(tomcrypt VERSION 1.17-p3)
hunter_default_version(tommath VERSION 1.0-p2)
hunter_default_version(type_safe VERSION 0.2)
hunter_default_version(type_safe VERSION 0.2-p1)
hunter_default_version(util_linux VERSION 2.30.1)
hunter_default_version(vorbis VERSION 1.3.6-p1)
hunter_default_version(websocketpp VERSION 0.7.0-p3)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/type_safe/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ hunter_add_version(
7f8ba49a04f04d7f121ec358521a5d7a8f5039dd
)

hunter_add_version(
PACKAGE_NAME
type_safe
VERSION
"0.2-p1"
URL
"https://github.com/hunter-packages/type_safe/archive/v0.2-p1.tar.gz"
SHA1
d051bec1db05d0623b6e8a6fd2805e70ba914713
)

# Pick a download scheme
hunter_pick_scheme(DEFAULT url_sha1_cmake) # use scheme for cmake projects
hunter_cacheable(type_safe)
Expand Down

0 comments on commit 2e55c29

Please sign in to comment.