Unverified Commit d7ab7353 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] Bump Google Test version from `1.10.0` to `1.11.0` (#4683)

parent 18a300aa
...@@ -485,7 +485,7 @@ if(BUILD_CPP_TEST) ...@@ -485,7 +485,7 @@ if(BUILD_CPP_TEST)
FetchContent_Declare( FetchContent_Declare(
googletest googletest
GIT_REPOSITORY https://github.com/google/googletest.git GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.10.0 GIT_TAG release-1.11.0
) )
FetchContent_MakeAvailable(googletest) FetchContent_MakeAvailable(googletest)
add_library(GTest::GTest ALIAS gtest) add_library(GTest::GTest ALIAS gtest)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment