mirror of https://github.com/ARMmbed/mbed-os.git
Change google test git tag to main
google test changed from master to main branchpull/15166/head
parent
d4c6b37cad
commit
05b5b4095d
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue