Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 'benchmark' to v1.8.3 #712

Merged
merged 1 commit into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading