Failed benchmark due to renamed branch #2796
Labels
kind: bug
release item: 🔨 further change
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Milestone
The default branch in https://github.com/google/benchmark was renamed from "master" to "main", which breaks the cloning process during building the benchmark:
CMakeLists Original Source:
FetchContent_Declare( benchmark GIT_REPOSITORY https://github.com/google/benchmark.git GIT_SHALLOW TRUE )
I created a fix for this which explicitly specifies using the main branch in #2795.
The text was updated successfully, but these errors were encountered: