Skip to content

Commit 681bff2

Browse files
committed
Switched to googletest v1.14.0
1 parent 0a5519a commit 681bff2

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
@@ -18,7 +18,7 @@ if (CMAKE_BUILD_TYPE MATCHES Debug)
1818
FetchContent_Declare(
1919
googletest
2020
GIT_REPOSITORY https://github.com/google/googletest.git
21-
GIT_TAG release-1.10.0
21+
GIT_TAG v1.14.0
2222
)
2323
FetchContent_MakeAvailable(googletest)
2424
enable_testing()

0 commit comments

Comments
 (0)