Skip to content

Commit

Permalink
update 'benchmark to v1.6.1 (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConjunctiveNormalForm committed Apr 13, 2022
1 parent 243700f commit faca714
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 @@ -204,7 +204,7 @@ hunter_default_version(aws-c-common VERSION 0.5.6)
hunter_default_version(aws-sdk-cpp VERSION 1.9.199-p0)
hunter_default_version(aws_lambda_cpp VERSION v0.2.7-p0)
hunter_default_version(basis_universal VERSION 1.16.3-p0)
hunter_default_version(benchmark VERSION 1.5.0)
hunter_default_version(benchmark VERSION 1.6.1)
hunter_default_version(bento4 VERSION 1.6.0-638-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.6.1"
URL "https://github.com/google/benchmark/archive/v1.6.1.tar.gz"
SHA1 "1faaa54195824bbe151c1ebee31623232477d075"
)

hunter_add_version(
PACKAGE_NAME benchmark
VERSION "1.5.0"
Expand Down

0 comments on commit faca714

Please sign in to comment.