mirror of https://github.com/google/benchmark.git
v1.9.0
This commit is contained in:
parent
a008bf82f4
commit
12235e2465
|
@ -1,7 +1,7 @@
|
|||
# Require CMake 3.10. If available, use the policies up to CMake 3.22.
|
||||
cmake_minimum_required (VERSION 3.10...3.22)
|
||||
|
||||
project (benchmark VERSION 1.8.5 LANGUAGES CXX)
|
||||
project (benchmark VERSION 1.9.0 LANGUAGES CXX)
|
||||
|
||||
option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON)
|
||||
option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module(
|
||||
name = "google_benchmark",
|
||||
version = "1.8.5",
|
||||
version = "1.9.0",
|
||||
)
|
||||
|
||||
bazel_dep(name = "bazel_skylib", version = "1.5.0")
|
||||
|
|
Loading…
Reference in New Issue