diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cmake/googletest-download.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmake/googletest-download.cmake b/src/cmake/googletest-download.cmake index 0d7cd6744e..1cc4361e56 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/Helias/googletest.git + https://github.com/google/googletest.git GIT_TAG main CONFIGURE_COMMAND "" |