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

This commit is contained in:
Michele Caini
2020-10-17 18:14:03 +02:00
parent 9a574aa00c
commit 820add87ea

View File

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