Change google test git tag to main

google test changed from master to main branch
pull/15166/head
Lukas 2021-11-16 10:35:49 +01:00 committed by GitHub
parent d4c6b37cad
commit 05b5b4095d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ include(FetchContent)
# Download and unpack googletest
FetchContent_Declare(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG master
GIT_TAG main
)
FetchContent_MakeAvailable(googletest)