3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-22 12:23:41 +01:00

[cmake] Use googletest master branch (live-at-head) instead of release-1.10.0

This commit is contained in:
Nils Wentzell 2021-01-22 15:39:11 -05:00
parent f247db58d8
commit efad2fe6ef

2
deps/CMakeLists.txt vendored
View File

@ -61,7 +61,7 @@ endif()
# -- GTest --
external_dependency(GTest
GIT_REPO https://github.com/google/googletest
GIT_TAG release-1.10.0
GIT_TAG master
BUILD_ALWAYS
EXCLUDE_FROM_ALL
)