Skip to content

Commit 25fbea7

Browse files
Bump GTEST version to the newest in our testing
1 parent 794cbde commit 25fbea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include(FetchContent)
99
FetchContent_Declare(
1010
googletest
1111
GIT_REPOSITORY https://github.com/google/googletest.git
12-
GIT_TAG release-1.12.1)
12+
GIT_TAG v1.15.2)
1313

1414
# For Windows: Prevent overriding the parent project's compiler/linker settings
1515
set(gtest_force_shared_crt

0 commit comments

Comments
 (0)