Skip to content

Commit

Permalink
enable optional functionality in tomcrypt that depends on tommath
Browse files Browse the repository at this point in the history
  • Loading branch information
wheybags committed Jul 9, 2017
1 parent 7d83a11 commit 070f89a
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(Sober VERSION 0.1.3)
hunter_config(Sugar VERSION 1.2.2)
hunter_config(TIFF VERSION 4.0.2-p3)
hunter_config(tommath VERSION 1.0-p2)
hunter_config(tomcrypt VERSION 1.17-p1)
hunter_config(tomcrypt VERSION 1.17-p2)
hunter_config(WTL VERSION 9.1.5321)
hunter_config(Washer VERSION 0.1.2)
hunter_config(WinSparkle VERSION 0.4.0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/tomcrypt/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ hunter_add_version(
3c9c61ee441b77517525528f5c191fa19801fd30
)

hunter_add_version(
PACKAGE_NAME
tomcrypt
VERSION
"1.17-p2"
URL
"https://github.com/hunter-packages/libtomcrypt/archive/1.17-p2.tar.gz"
SHA1
90a3796bddd319fe12529d4b58e2ab23c15b7f1b
)

# Pick a download scheme
hunter_pick_scheme(DEFAULT url_sha1_cmake) # use scheme for cmake projects

Expand Down

0 comments on commit 070f89a

Please sign in to comment.