Bump to gtest from a commit SHA to 1.10.1

This commit is contained in:
heinrich5991 2020-12-08 10:04:29 +01:00
parent 59cbc01415
commit abd2a54522

View file

@ -538,8 +538,7 @@ endif()
########################################################################
if(NOT(GTEST_FOUND) AND DOWNLOAD_GTEST)
# Change to the 1.9.0 release tag once that works.
set(DDNET_GTEST_VERSION 7b6561c56e353100aca8458d7bc49c4e0119bae8)
set(DDNET_GTEST_VERSION release-1.10.0) # 703bd9caab50b139428cea1aaff9974ebee5742e
configure_file(cmake/Download_GTest_CMakeLists.txt.in googletest-download/CMakeLists.txt)
execute_process(COMMAND ${CMAKE_COMMAND} -G "${CMAKE_GENERATOR}" .
RESULT_VARIABLE result