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:
Stefano Borzì
2022-05-28 17:12:42 +02:00
committed by GitHub
parent fbd5e981ca
commit 6a6418f232

View File

@@ -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 ""