Skip to content
Snippets Groups Projects
Commit df7350f9 authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

test: use googletest release-1.11.0 instead of master

Archive master.zip seems invalid

Change-Id: I0a5187ed54440b8d79498f03064a82e8429e5aff
parent 8cefda6e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment