Ver código fonte

build system: update gtest upstream branch name

Michele Caini 4 anos atrás
pai
commit
0302fdaaba
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      test/CMakeLists.txt

+ 1 - 1
test/CMakeLists.txt

@@ -13,7 +13,7 @@ else()
     FetchContent_Declare(
     FetchContent_Declare(
         googletest
         googletest
         GIT_REPOSITORY https://github.com/google/googletest.git
         GIT_REPOSITORY https://github.com/google/googletest.git
-        GIT_TAG master
+        GIT_TAG main
         GIT_SHALLOW 1
         GIT_SHALLOW 1
     )
     )