Skip to content

Commit 0d8dd5d

Browse files
committed
Updated googletest tag to reflect CMake update
1 parent 5da4cbd commit 0d8dd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include(FetchContent)
66
FetchContent_Declare(
77
googletest
88
GIT_REPOSITORY https://github.com/google/googletest.git
9-
GIT_TAG e2239ee6043f73722e7aa812a459f54a28552929 # release-1.10.0
9+
GIT_TAG 6910c9d9165801d8827d628cb72eb7ea9dd538c5 # release-1.16.0
1010
)
1111
FetchContent_MakeAvailable(googletest)
1212

0 commit comments

Comments
 (0)