gBenchmark: v1.2.0 (#4935)
Adds a the latest version of gBenchmark, release 1.2.0. This is the first gBenchmark version with proper [CMake config package installs](https://github.com/google/benchmark/issues/363). This is important for dependencies building against it, such as gRPC.
This commit is contained in:
parent
f7c24289e5
commit
6d97397ab0
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ class Benchmark(CMakePackage):
|
||||||
version('develop', branch='master',
|
version('develop', branch='master',
|
||||||
git='https://github.com/google/benchmark.git')
|
git='https://github.com/google/benchmark.git')
|
||||||
|
|
||||||
|
# first properly installed CMake config packages in
|
||||||
|
# 1.2.0 release: https://github.com/google/benchmark/issues/363
|
||||||
|
version('1.2.0', '48d0b090cd7a84af2c4a28c8dc963c74')
|
||||||
version('1.1.0', '66b2a23076cf70739525be0092fc3ae3')
|
version('1.1.0', '66b2a23076cf70739525be0092fc3ae3')
|
||||||
version('1.0.0', '1474ff826f8cd68067258db75a0835b8')
|
version('1.0.0', '1474ff826f8cd68067258db75a0835b8')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue