Skip to content

Commit

Permalink
Merge pull request ruslo#1395 from chfast/pr.benchmark
Browse files Browse the repository at this point in the history
Add benchmark 1.4.0
  • Loading branch information
ruslo authored Apr 4, 2018
2 parents db7b5aa + f3c6f6c commit 29e229c
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 @@ -161,7 +161,7 @@ hunter_config(aes VERSION 0.0.1-p1)
hunter_config(aglet VERSION 1.2.1)
hunter_config(autobahn-cpp VERSION 0.2.0)
hunter_config(autoutils VERSION 0.3.0)
hunter_config(benchmark VERSION 1.3.0)
hunter_config(benchmark VERSION 1.4.0)
hunter_config(bison VERSION 3.0.4-p0)
hunter_config(boost-pba VERSION 1.0.0-p0)
hunter_config(bullet VERSION 2.87-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.4.0"
URL "https://github.com/google/benchmark/archive/v1.4.0.tar.gz"
SHA1 "7d3c1379319d1c1c74e0854d023a0bf16f0cc978"
)

hunter_add_version(
PACKAGE_NAME benchmark
VERSION "1.3.0"
Expand Down

0 comments on commit 29e229c

Please sign in to comment.