summaryrefslogtreecommitdiff
path: root/src/cmake/googletest-download.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmake/googletest-download.cmake')
-rw-r--r--src/cmake/googletest-download.cmake2
1 files changed, 1 insertions, 1 deletions
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 ""