Skip to content

Commit

Permalink
Update 'benchmark' to v1.8.3 (#712)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmallon authored Oct 26, 2023
1 parent a49c9ab commit 153dafb
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 @@ -204,7 +204,7 @@ hunter_default_version(aws-c-common VERSION 0.5.6)
hunter_default_version(aws-sdk-cpp VERSION 1.9.278-p1)
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.6.1)
hunter_default_version(benchmark VERSION 1.8.3)
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
6 changes: 6 additions & 0 deletions cmake/projects/benchmark/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ hunter_add_version(
URL "https://github.com/google/benchmark/archive/v1.2.0.tar.gz"
SHA1 "5f26619848c59ddc354e2d51e2f196d2a6ddb189")

hunter_add_version(
PACKAGE_NAME benchmark
VERSION "1.8.3"
URL "https://github.com/google/benchmark/archive/v1.8.3.tar.gz"
SHA1 "eafb56b25b3188d259491d1864cc09af7d69b71c")

hunter_cmake_args(benchmark CMAKE_ARGS BENCHMARK_ENABLE_TESTING=OFF)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
Expand Down

0 comments on commit 153dafb

Please sign in to comment.