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 f48c13b commit 84fba42Copy full SHA for 84fba42
CMakeLists.txt
@@ -37,7 +37,7 @@ if(BUILD_TESTING)
37
if(NOT TARGET GTest::gtest)
38
message(STATUS "Google Test not found, fetching it from GitHub")
39
# renovate: datasource=github-tags depName=google/googletest
40
- set(GTEST_VERSION "v1.16.0")
+ set(GTEST_VERSION "v1.17.0")
41
FetchContent_Declare(
42
googletest
43
GIT_REPOSITORY https://github.com/google/googletest
0 commit comments