Skip to content

Commit 7db151c

Browse files
committed
update gtest to 1.15
1 parent f2639fe commit 7db151c

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
@@ -2,7 +2,7 @@ include(FetchContent)
22
FetchContent_Declare(
33
googletest
44
GIT_REPOSITORY https://github.com/google/googletest.git
5-
GIT_TAG v1.14.0
5+
GIT_TAG v1.15.0
66
)
77
set(gtest_build_tests OFF)
88
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)

0 commit comments

Comments
 (0)