Specified git branch for google benchmark fetch
The default branch was renamed from "master" to "main", which breaks the cloning process.
This commit is contained in:
parent
6471a63115
commit
b7e493e98a
@ -11,6 +11,7 @@ include(FetchContent)
|
|||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
benchmark
|
benchmark
|
||||||
GIT_REPOSITORY https://github.com/google/benchmark.git
|
GIT_REPOSITORY https://github.com/google/benchmark.git
|
||||||
|
GIT_TAG origin/main
|
||||||
GIT_SHALLOW TRUE
|
GIT_SHALLOW TRUE
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user