diff options
author | Stefano Borzì <stefanoborzi32@gmail.com> | 2022-05-28 17:12:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-28 17:12:42 +0200 |
commit | 6a6418f23204a88a64547c08353fca13033d2607 (patch) | |
tree | 0e1488071a06c33040e4bbd75f7174508c50a8e3 /src | |
parent | fbd5e981ca2a9044480ac39efbec340614401481 (diff) |
fix: temporary workaround for the googletest issue (#11902)
* fix: temporary googletest issue
* chore: use main branch
* fix: typo
* chore: update reference
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 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 "" |