fix(CORE): gcc compilation errors with gtest (#13445)

This commit is contained in:
Yehonal 2022-10-17 16:01:32 +02:00 committed by GitHub
parent c855e8d227
commit a8d41010f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ ExternalProject_Add(
GIT_REPOSITORY
https://github.com/google/googletest.git
GIT_TAG
main
release-1.12.1
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""