Skip to content

Commit 05b5b40

Browse files
authored
Change google test git tag to main
google test changed from master to main branch
1 parent d4c6b37 commit 05b5b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UNITTESTS/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include(FetchContent)
1717
# Download and unpack googletest
1818
FetchContent_Declare(googletest
1919
GIT_REPOSITORY https://github.com/google/googletest.git
20-
GIT_TAG master
20+
GIT_TAG main
2121
)
2222
FetchContent_MakeAvailable(googletest)
2323

0 commit comments

Comments
 (0)