From 8b43fb67cddc7610b56f715e65822e73d196e206 Mon Sep 17 00:00:00 2001 From: lhdamiani Date: Tue, 14 Dec 2021 11:47:23 +0100 Subject: [PATCH] bugfix gtest with specific commit release tag --- 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 ""