Update googletest (#2338)

This fixes the cmake deprecation warnings

Ref: https://github.com/google/googletest/pull/3094
This commit is contained in:
Patrick Ziegler 2020-12-29 17:40:13 +01:00 committed by GitHub
parent 8e46e54cb3
commit 11f76a1710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ project(googletest-download NONE)
include(ExternalProject)
ExternalProject_Add(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG 18f8200e3079b0e54fa00cb7ac55d4c39dcf6da6
GIT_TAG 389cb68b87193358358ae87cc56d257fd0d80189
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
CONFIGURE_COMMAND ""