We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713ede3 commit abcc398Copy full SHA for abcc398
1 file changed
ExternData/Resources/BuildProjects/CMake/test.cmake
@@ -5,7 +5,7 @@ include(FetchContent)
5
FetchContent_Declare(
6
googletest
7
GIT_REPOSITORY https://github.com/google/googletest.git
8
- GIT_TAG v1.15.2
+ GIT_TAG v1.16.0
9
GIT_SHALLOW TRUE
10
)
11
0 commit comments