Skip to content

Commit de346d6

Browse files
committed
add GTest version
1 parent f2440c3 commit de346d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ if(NOT GTest_FOUND)
44
include(FetchContent)
55
FetchContent_Declare(
66
googletest
7-
URL https://github.com/google/googletest/archive/03597a01ee50ed33e9dfd640b249b4be3799d395.zip
7+
GIT_REPOSITORY https://github.com/google/googletest.git
8+
GIT_TAG v1.17.0
89
)
910
# For Windows: Prevent overriding the parent project's compiler/linker settings
1011
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)

0 commit comments

Comments
 (0)