Skip to content

Commit

Permalink
Merge pull request #169 from thbeu/bump-GoogleTest
Browse files Browse the repository at this point in the history
Prefer tagged version of Google Benchmark
  • Loading branch information
rouault authored Nov 28, 2024
2 parents 4ae3a7b + 8a946be commit ee67379
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ include(FetchContent)
FetchContent_Declare(
benchmark
GIT_REPOSITORY https://github.com/google/benchmark.git
GIT_TAG c19cfee61e136effb05a7fc8a037b0db3b13bd4c
GIT_TAG v1.9.1
GIT_SHALLOW TRUE
)

FetchContent_Declare(
Expand Down

0 comments on commit ee67379

Please sign in to comment.