Update googletest (#2338)
This fixes the cmake deprecation warnings Ref: https://github.com/google/googletest/pull/3094
This commit is contained in:
parent
8e46e54cb3
commit
11f76a1710
@ -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 ""
|
||||
|
Loading…
Reference in New Issue
Block a user