diff --git a/src/cmake/GoogleBenchmark.cmake b/src/cmake/GoogleBenchmark.cmake index 920d42d..cb68b62 100644 --- a/src/cmake/GoogleBenchmark.cmake +++ b/src/cmake/GoogleBenchmark.cmake @@ -6,7 +6,7 @@ include(FetchContent) FetchContent_Declare( googlebenchmark GIT_REPOSITORY https://github.com/google/benchmark.git - GIT_TAG origin/master + GIT_TAG origin/main ) FetchContent_MakeAvailable(googlebenchmark)