Skip to content

Commit

Permalink
Update googlebenchmark version (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
lawruble13 authored Oct 11, 2023
1 parent aa7037f commit dc7c099
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,10 @@ if(BUILD_BENCHMARK)
FetchContent_Declare(
googlebench
GIT_REPOSITORY https://github.com/google/benchmark.git
GIT_TAG v1.6.1
GIT_TAG v1.8.0
)
set(HAVE_STD_REGEX ON)
set(RUN_HAVE_STD_REGEX 1)
FetchContent_MakeAvailable(googlebench)
if(NOT TARGET benchmark::benchmark)
add_library(benchmark::benchmark ALIAS benchmark)
Expand Down

0 comments on commit dc7c099

Please sign in to comment.