We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da4cbd commit 0d8dd5dCopy full SHA for 0d8dd5d
tests/CMakeLists.txt
@@ -6,7 +6,7 @@ include(FetchContent)
6
FetchContent_Declare(
7
googletest
8
GIT_REPOSITORY https://github.com/google/googletest.git
9
- GIT_TAG e2239ee6043f73722e7aa812a459f54a28552929 # release-1.10.0
+ GIT_TAG 6910c9d9165801d8827d628cb72eb7ea9dd538c5 # release-1.16.0
10
)
11
FetchContent_MakeAvailable(googletest)
12
0 commit comments