Use master branch for googletest (#2451)
gtest recommends using the `master` branch as it follows the "Live at Head" philosophy. [1]: https://github.com/google/googletest#live-at-head
This commit is contained in:
parent
3247a57a63
commit
dcd33057fd
@ -5,7 +5,7 @@ project(googletest-download NONE)
|
||||
include(ExternalProject)
|
||||
ExternalProject_Add(googletest
|
||||
GIT_REPOSITORY https://github.com/google/googletest.git
|
||||
GIT_TAG 389cb68b87193358358ae87cc56d257fd0d80189
|
||||
GIT_TAG master
|
||||
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
|
||||
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
|
||||
CONFIGURE_COMMAND ""
|
||||
|
Loading…
Reference in New Issue
Block a user