Skip to content

Commit

Permalink
Specified git branch for google benchmark fetch
Browse files Browse the repository at this point in the history
The default branch was renamed from "master" to "main", which breaks the cloning process.
  • Loading branch information
grafail committed Jun 27, 2021
1 parent 6471a63 commit b7e493e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ include(FetchContent)
FetchContent_Declare(
benchmark
GIT_REPOSITORY https://github.com/google/benchmark.git
GIT_TAG origin/main
GIT_SHALLOW TRUE
)

Expand Down

0 comments on commit b7e493e

Please sign in to comment.