Merge pull request #2795 from turintech/develop
Specified git branch for google benchmark fetch in benchmark test
This commit is contained in:
commit
4e92a61784
@ -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