Skip to content

Commit

Permalink
Update Google Benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
lethal-guitar committed Apr 13, 2024
1 parent 6ef0feb commit 6e4e55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include(FetchContent)
FetchContent_Declare(
benchmark
GIT_REPOSITORY https://github.com/google/benchmark.git
GIT_TAG v1.5.3
GIT_TAG v1.8.3
)
FetchContent_GetProperties(benchmark)
if(NOT benchmark_POPULATED)
Expand Down

0 comments on commit 6e4e55b

Please sign in to comment.