From 432c55de9b9ae013ce1e8a15873b5d7ba94c510a Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Tue, 16 Nov 2021 09:29:41 +0100 Subject: [PATCH] build system: update gtest upstream branch name --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index b4825230..3d85c7a1 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -13,7 +13,7 @@ else() FetchContent_Declare( googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG master + GIT_TAG main GIT_SHALLOW 1 )