From 820add87ea51998b8b7dfe76178fe76b6cb44e1f Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sat, 17 Oct 2020 18:14:03 +0200 Subject: [PATCH] test: gtest is now working as expected (close #571) --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 19e454b0b..e0977f098 100644 --- a/test/CMakeLists.txt +++ b/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)