Explorar o código

build system: update gtest upstream branch name

Michele Caini %!s(int64=4) %!d(string=hai) anos
pai
achega
0302fdaaba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/CMakeLists.txt

+ 1 - 1
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
     )