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

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
)