From 0116d0997c476f0fcbffc54046026529def5f4da Mon Sep 17 00:00:00 2001 From: Leonardo Hax Date: Thu, 16 Dec 2021 12:19:10 +0100 Subject: [PATCH] gtest fix --- googletest.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googletest.in b/googletest.in index 0397087..5cb861e 100644 --- a/googletest.in +++ b/googletest.in @@ -4,7 +4,7 @@ project(googletest-download NONE) include(ExternalProject) ExternalProject_Add(googletest GIT_REPOSITORY https://github.com/google/googletest.git - GIT_TAG master + GIT_TAG e2239ee6043f73722e7aa812a459f54a28552929 SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src" BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build" CONFIGURE_COMMAND ""