mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-11 02:28:18 +00:00
Bump to gtest from a commit SHA to 1.10.1
This commit is contained in:
parent
59cbc01415
commit
abd2a54522
|
@ -538,8 +538,7 @@ endif()
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
if(NOT(GTEST_FOUND) AND DOWNLOAD_GTEST)
|
if(NOT(GTEST_FOUND) AND DOWNLOAD_GTEST)
|
||||||
# Change to the 1.9.0 release tag once that works.
|
set(DDNET_GTEST_VERSION release-1.10.0) # 703bd9caab50b139428cea1aaff9974ebee5742e
|
||||||
set(DDNET_GTEST_VERSION 7b6561c56e353100aca8458d7bc49c4e0119bae8)
|
|
||||||
configure_file(cmake/Download_GTest_CMakeLists.txt.in googletest-download/CMakeLists.txt)
|
configure_file(cmake/Download_GTest_CMakeLists.txt.in googletest-download/CMakeLists.txt)
|
||||||
execute_process(COMMAND ${CMAKE_COMMAND} -G "${CMAKE_GENERATOR}" .
|
execute_process(COMMAND ${CMAKE_COMMAND} -G "${CMAKE_GENERATOR}" .
|
||||||
RESULT_VARIABLE result
|
RESULT_VARIABLE result
|
||||||
|
|
Loading…
Reference in a new issue