From: Vladislav Shchapov Date: Fri, 3 Feb 2023 20:06:47 +0000 (+0500) Subject: Pin Google Benchmark to v1.7.1 to fix the upstream issue https://github.com/google... X-Git-Tag: 2.1.0-beta1~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=941ce547cc5e17d01bba861d3edc1f6b27e42a43;p=thirdparty%2Fzlib-ng.git Pin Google Benchmark to v1.7.1 to fix the upstream issue https://github.com/google/benchmark/issues/1454. Signed-off-by: Vladislav Shchapov --- diff --git a/test/benchmarks/CMakeLists.txt b/test/benchmarks/CMakeLists.txt index cfcb360b5..ebc6acb78 100644 --- a/test/benchmarks/CMakeLists.txt +++ b/test/benchmarks/CMakeLists.txt @@ -18,7 +18,7 @@ if(NOT benchmark_FOUND) set(GBENCHMARK_REPOSITORY https://github.com/google/benchmark.git) endif() if(NOT DEFINED GBENCHMARK_TAG) - set(GBENCHMARK_TAG v1.7.0) + set(GBENCHMARK_TAG v1.7.1) endif() FetchContent_Declare(benchmark