Skip to content

Commit

Permalink
Update 'thrift' to v0.12.0-p0 (ruslo#1908)
Browse files Browse the repository at this point in the history
  • Loading branch information
JochenGuck authored and ruslo committed Jul 2, 2019
1 parent 20ba56a commit d07a961
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -472,7 +472,7 @@ hunter_default_version(taocpp-json VERSION 1.0.0-beta.11-e0895587)
hunter_default_version(tcl VERSION core8.6.8)
hunter_default_version(termcolor VERSION 1.0.0)
hunter_default_version(thread-pool-cpp VERSION 1.1.0)
hunter_default_version(thrift VERSION 0.11.0-p0)
hunter_default_version(thrift VERSION 0.12.0-p0)
hunter_default_version(tinydir VERSION 1.2-p0)
hunter_default_version(tinyxml2 VERSION 6.2.0-p1)
hunter_default_version(tmxparser VERSION 2.1.0-ab4125b-p1)
Expand Down
6 changes: 6 additions & 0 deletions cmake/projects/thrift/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ include(hunter_cmake_args)
include(hunter_download)
include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME thrift
VERSION "0.12.0-p0"
URL "https://github.com/hunter-packages/thrift/archive/v0.12.0-p0.tar.gz"
SHA1 "dafb78da4a6f711819a1962c883b64272a34364c")

hunter_add_version(
PACKAGE_NAME thrift
VERSION "0.11.0-p0"
Expand Down

0 comments on commit d07a961

Please sign in to comment.