fix: temporary workaround for the googletest issue (#11902)
* fix: temporary googletest issue * chore: use main branch * fix: typo * chore: update reference
This commit is contained in:
parent
fbd5e981ca
commit
6a6418f232
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue