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 dcf1e5c commit 7024bb4Copy full SHA for 7024bb4
CMakeLists.txt
@@ -202,7 +202,7 @@ endif()
202
if(KOMPUTE_OPT_BUILD_TESTS OR KOMPUTE_OPT_ENABLE_BENCHMARK)
203
if(KOMPUTE_OPT_USE_BUILT_IN_GOOGLE_TEST)
204
FetchContent_Declare(googletest GIT_REPOSITORY https://github.com/google/googletest.git
205
- GIT_TAG release-1.11.0) # Source: https://github.com/google/googletest/releases
+ GIT_TAG v1.17.0) # Source: https://github.com/google/googletest/releases
206
207
# Use a shared C runtime in case we build shared
208
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
0 commit comments