فهرست منبع

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

Michele Caini 5 سال پیش
والد
کامیت
820add87ea
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      test/CMakeLists.txt

+ 2 - 2
test/CMakeLists.txt

@@ -13,8 +13,8 @@ else()
     FetchContent_Declare(
         googletest
         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)