Skip to content

Commit 99a45af

Browse files
committed
Fix CMake issue now googletest uses main not master
1 parent 1a205b5 commit 99a45af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(googletest-download NONE)
55
include(ExternalProject)
66
ExternalProject_Add(googletest
77
GIT_REPOSITORY https://github.com/google/googletest.git
8-
GIT_TAG master
8+
GIT_TAG main
99
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src"
1010
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"
1111
CONFIGURE_COMMAND ""

0 commit comments

Comments
 (0)