From 6a6418f23204a88a64547c08353fca13033d2607 Mon Sep 17 00:00:00 2001 From: Stefano Borzì Date: Sat, 28 May 2022 17:12:42 +0200 Subject: fix: temporary workaround for the googletest issue (#11902) * fix: temporary googletest issue * chore: use main branch * fix: typo * chore: update reference --- src/cmake/googletest-download.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmake') diff --git a/src/cmake/googletest-download.cmake b/src/cmake/googletest-download.cmake index 1cc4361e56..0d7cd6744e 100644 --- a/src/cmake/googletest-download.cmake +++ b/src/cmake/googletest-download.cmake @@ -22,7 +22,7 @@ ExternalProject_Add( SOURCE_DIR "@GOOGLETEST_DOWNLOAD_ROOT@/googletest-src" BINARY_DIR "@GOOGLETEST_DOWNLOAD_ROOT@/googletest-build" GIT_REPOSITORY - https://github.com/google/googletest.git + https://github.com/Helias/googletest.git GIT_TAG main CONFIGURE_COMMAND "" -- cgit v1.2.3