Skip to content

Commit

Permalink
Update 'BZip2' to v1.0.8-p0 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbsheth committed Dec 4, 2019
1 parent 3fd94aa commit 14e2cc9
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 @@ -30,7 +30,7 @@ hunter_default_version(ArrayFire VERSION 3.3.1-p0)
hunter_default_version(Assimp VERSION 5.0.0-07779a7a)
hunter_default_version(Async++ VERSION 0.0.3-hunter)
hunter_default_version(Avahi VERSION 0.6.31)
hunter_default_version(BZip2 VERSION 1.0.6-p4)
hunter_default_version(BZip2 VERSION 1.0.8-p0)
hunter_default_version(Beast VERSION 1.0.0-b84-hunter-0)

if(MINGW)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/BZip2/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@ hunter_add_version(
11fb2b502a425ccc07142f869cce8b3bbae5f1ea
)

hunter_add_version(
PACKAGE_NAME
BZip2
VERSION
"1.0.8-p0"
URL
"https://github.com/cpp-pm/bzip2/archive/v1.0.8-p0.tar.gz"
SHA1
9125bd674fbe7c8169c8ea6a2a15a414a7dc2f86
)

hunter_cmake_args(
BZip2
CMAKE_ARGS
Expand Down

0 comments on commit 14e2cc9

Please sign in to comment.