Skip to content

Commit a7e5ae2

Browse files
committed
Updated tests/CMakeLists.txt with new GoogleTest version
1 parent 665daae commit a7e5ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ if(NOT GTest_FOUND)
2121
else()
2222
message("GoogleTest not found, using clone")
2323
set(fetch_args
24-
GIT_REPOSITORY "https://github.com/OpenDDS/googletest"
25-
GIT_TAG "v1.8.x"
24+
GIT_REPOSITORY "https://github.com/google/googletest"
25+
GIT_TAG "v1.17.x"
2626
GIT_SHALLOW TRUE
2727
GIT_PROGRESS TRUE
2828
USES_TERMINAL_DOWNLOAD TRUE

0 commit comments

Comments
 (0)