Skip to content

Commit 409a7dd

Browse files
committed
Update gtest to v1.16 (#1823)
... mainly for CMake 4.x support.
1 parent 4957a56 commit 409a7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/internal/FetchGoogletest.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function(fetch_googletest)
1212
FetchContent_Declare(
1313
googletest
1414
GIT_REPOSITORY https://github.com/google/googletest.git
15-
GIT_TAG release-1.11.0
15+
GIT_TAG v1.16.0
1616
)
1717
FetchContent_MakeAvailable(googletest)
1818
endfunction()

0 commit comments

Comments
 (0)