Skip to content

Commit 1aeb653

Browse files
authored
googletest default branch is main (#14)
1 parent 2cbbc93 commit 1aeb653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ include(ExternalProject)
171171
ExternalProject_Add(googletest
172172
PREFIX "${CMAKE_BINARY_DIR}/lib"
173173
GIT_REPOSITORY "https://github.com/google/googletest.git"
174-
GIT_TAG "master"
174+
GIT_TAG "main"
175175
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/lib/installed
176176
)
177177
# Prevent build on all targets build

0 commit comments

Comments
 (0)