Skip to content

Commit 7024bb4

Browse files
authored
update internal gtest to v1.17.0 (#437)
Signed-off-by: Matthias Möller <[email protected]>
1 parent dcf1e5c commit 7024bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ endif()
202202
if(KOMPUTE_OPT_BUILD_TESTS OR KOMPUTE_OPT_ENABLE_BENCHMARK)
203203
if(KOMPUTE_OPT_USE_BUILT_IN_GOOGLE_TEST)
204204
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
205+
GIT_TAG v1.17.0) # Source: https://github.com/google/googletest/releases
206206

207207
# Use a shared C runtime in case we build shared
208208
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)

0 commit comments

Comments
 (0)