Commit b7e493e9 authored by Rafail Giavrimis's avatar Rafail Giavrimis Committed by Rafail Giavrimis

Specified git branch for google benchmark fetch

The default branch was renamed from "master" to "main", which breaks the cloning process.
parent 6471a631
......@@ -11,6 +11,7 @@ include(FetchContent)
FetchContent_Declare(
benchmark
GIT_REPOSITORY https://github.com/google/benchmark.git
GIT_TAG origin/main
GIT_SHALLOW TRUE
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment