We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a205b5 commit 99a45afCopy full SHA for 99a45af
1 file changed
CMakeLists.txt.in
@@ -5,7 +5,7 @@ project(googletest-download NONE)
5
include(ExternalProject)
6
ExternalProject_Add(googletest
7
GIT_REPOSITORY https://github.com/google/googletest.git
8
- GIT_TAG master
+ GIT_TAG main
9
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src"
10
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"
11
CONFIGURE_COMMAND ""
0 commit comments