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
UNITTESTS
|
@ -17,7 +17,7 @@ include(FetchContent)
|
||||||
# Download and unpack googletest
|
# Download and unpack googletest
|
||||||
FetchContent_Declare(googletest
|
FetchContent_Declare(googletest
|
||||||
GIT_REPOSITORY https://github.com/google/googletest.git
|
GIT_REPOSITORY https://github.com/google/googletest.git
|
||||||
GIT_TAG master
|
GIT_TAG main
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(googletest)
|
FetchContent_MakeAvailable(googletest)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue