build system: update gtest upstream branch name

This commit is contained in:
Michele Caini
2021-11-16 09:33:32 +01:00
parent 09b260e0af
commit 0302fdaaba

View File

@@ -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
)