We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4957a56 commit 409a7ddCopy full SHA for 409a7dd
1 file changed
cmake/internal/FetchGoogletest.cmake
@@ -12,7 +12,7 @@ function(fetch_googletest)
12
FetchContent_Declare(
13
googletest
14
GIT_REPOSITORY https://github.com/google/googletest.git
15
- GIT_TAG release-1.11.0
+ GIT_TAG v1.16.0
16
)
17
FetchContent_MakeAvailable(googletest)
18
endfunction()
0 commit comments