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

hunter: Upgrade benchmark to 1.5.3 #798

Merged
merged 1 commit into from
May 17, 2021
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
8 changes: 8 additions & 0 deletions cmake/Hunter/config.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Hunter local configuration.

hunter_config(
benchmark
VERSION 1.5.3
URL https://github.com/google/benchmark/archive/v1.5.3.tar.gz
SHA1 32655d8796e708439ac5d4de8aa31f00d9dbda3b
)
1 change: 1 addition & 0 deletions cmake/Hunter/init.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ endif()
HunterGate(
URL https://github.com/cpp-pm/hunter/archive/v0.23.294.tar.gz
SHA1 0dd1ee8723d54a15822519c17a877c1f281fce39
LOCAL
)