Skip to content

Commit 97c3d42

Browse files
committed
Fixed googletest version
1 parent cafdc5c commit 97c3d42

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
@@ -3,7 +3,7 @@ include(FetchContent)
33
FetchContent_Declare(
44
googletest
55
GIT_REPOSITORY https://github.com/google/googletest.git
6-
GIT_TAG release-v1.15.2
6+
GIT_TAG v1.15.2
77
)
88

99
# For Windows: Prevent overriding the parent project's compiler/linker settings

0 commit comments

Comments
 (0)