Merge pull request #2795 from turintech/develop

Specified git branch for google benchmark fetch in benchmark test
This commit is contained in:
Niels Lohmann 2021-07-13 16:58:25 +02:00 committed by GitHub
commit 4e92a61784
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ include(FetchContent)
FetchContent_Declare(
benchmark
GIT_REPOSITORY https://github.com/google/benchmark.git
GIT_TAG origin/main
GIT_SHALLOW TRUE
)