We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114a62b commit 2ded046Copy full SHA for 2ded046
CMakeLists.txt
@@ -35,7 +35,7 @@ if(BUILD_TESTS)
35
if(NOT TARGET GTest::gtest)
36
message(STATUS "Google Test not found, fetching it from GitHub")
37
# renovate: datasource=github-tags depName=google/googletest
38
- set(GTEST_VERSION "v1.15.2")
+ set(GTEST_VERSION "v1.16.0")
39
FetchContent_Declare(
40
googletest
41
GIT_REPOSITORY https://github.com/google/googletest
0 commit comments