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:
parent
8cefda6e33
commit
df7350f9d6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue