1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-08-29 03:03:11 +02:00

test: use googletest release-1.11.0 instead of master

Archive master.zip seems invalid

Change-Id: I0a5187ed54440b8d79498f03064a82e8429e5aff
This commit is contained in:
Ming Rui Zhang 2021-11-15 15:29:11 -05:00
parent 8cefda6e33
commit df7350f9d6

View file

@ -5,7 +5,7 @@ if(MSVC)
include(FetchContent)
FetchContent_Declare(
googletest
URL https://github.com/google/googletest/archive/master.zip
URL https://github.com/google/googletest/archive/refs/tags/release-1.11.0.zip
)
# for Windows: Prevent overriding the parent project's compiler/linker settings
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)