Procházet zdrojové kódy

test: gtest is now working as expected (close #571)

Michele Caini před 5 roky
rodič
revize
820add87ea
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      test/CMakeLists.txt

+ 2 - 2
test/CMakeLists.txt

@@ -13,8 +13,8 @@ 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 v1.10.x
-        # GIT_SHALLOW 1
+        GIT_TAG master
+        GIT_SHALLOW 1
     )
     )
 
 
     FetchContent_GetProperties(googletest)
     FetchContent_GetProperties(googletest)