Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
workaround for nasty osx linker bug in libtomcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
wheybags committed Aug 19, 2017
1 parent 09d311b commit 99d3b43
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 @@ -113,7 +113,7 @@ hunter_config(Sugar VERSION 1.2.2)
hunter_config(SuiteSparse VERSION 4.5.1-p0)
hunter_config(TIFF VERSION 4.0.2-p3)
hunter_config(tommath VERSION 1.0-p2)
hunter_config(tomcrypt VERSION 1.17-p2)
hunter_config(tomcrypt VERSION 1.17-p3)
hunter_config(WTL VERSION 9.1.5321)
hunter_config(WDC VERSION 1.1.0)
hunter_config(Washer VERSION 0.1.2)
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 @@ -31,6 +31,17 @@ hunter_add_version(
90a3796bddd319fe12529d4b58e2ab23c15b7f1b
)

hunter_add_version(
PACKAGE_NAME
tomcrypt
VERSION
"1.17-p3"
URL
"https://github.com/hunter-packages/libtomcrypt/archive/1.17-p3.tar.gz"
SHA1
69b882eff5bf69a5a4e0e9169cc9b9c0ea5b9d71
)

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

Expand Down

0 comments on commit 99d3b43

Please sign in to comment.