From 3b37580e07416f2635ab94f31a40a7de3436638b Mon Sep 17 00:00:00 2001 From: Nik Twerdochlib Date: Fri, 27 Sep 2024 12:13:32 -0400 Subject: [PATCH] * cmake/GoogleBenchmark.cmake * Update GIT_TAG in FetchContent_Declare to `origin/main` --- src/cmake/GoogleBenchmark.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)