Skip to content

Commit a5f09d0

Browse files
committed
CMakeLists.txt: Upgrade GoogleTest to v1.14.0
1 parent c3ecd93 commit a5f09d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 release-1.11.0
9+
GIT_TAG v1.14.0
1010
)
1111
FetchContent_MakeAvailable(googletest)
1212

0 commit comments

Comments
 (0)