Skip to content

Commit

Permalink
Update 'benchmark' to v1.5.0 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Feb 12, 2020
1 parent 676eeb7 commit e0b6902
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -189,7 +189,7 @@ hunter_default_version(asio VERSION 1.12.2-8d6df7b-p1)
hunter_default_version(autobahn-cpp VERSION 0.2.0)
hunter_default_version(autoutils VERSION 0.3.0)
hunter_default_version(aws-c-common VERSION 0.2.1-p0)
hunter_default_version(benchmark VERSION 1.4.0)
hunter_default_version(benchmark VERSION 1.5.0)
hunter_default_version(bento4 VERSION 1.5.1-628-e6ee435-p0)
hunter_default_version(binaryen VERSION 1.38.28-p1)
hunter_default_version(bison VERSION 3.0.4-p0)
Expand Down
7 changes: 7 additions & 0 deletions cmake/projects/benchmark/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ include(hunter_cmake_args)
include(hunter_download)
include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME benchmark
VERSION "1.5.0"
URL "https://github.com/google/benchmark/archive/v1.5.0.tar.gz"
SHA1 "f8743dc33b5cef47b1a04a58eac647856ef6a5ce"
)

hunter_add_version(
PACKAGE_NAME benchmark
VERSION "1.4.0"
Expand Down

0 comments on commit e0b6902

Please sign in to comment.