mirror of
https://github.com/Kistler-Group/sdbus-cpp.git
synced 2025-08-03 20:14:25 +02:00
googletest-download: replace master with main
This commit is contained in:
committed by
Stanislav Angelovič
parent
65782bbf43
commit
55310659e8
@@ -8,7 +8,7 @@ include(ExternalProject)
|
||||
|
||||
ExternalProject_Add(googletest
|
||||
GIT_REPOSITORY https://github.com/google/googletest.git
|
||||
GIT_TAG master
|
||||
GIT_TAG main
|
||||
GIT_SHALLOW 1
|
||||
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src"
|
||||
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"
|
||||
|
Reference in New Issue
Block a user