We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665daae commit a7e5ae2Copy full SHA for a7e5ae2
tests/CMakeLists.txt
@@ -21,8 +21,8 @@ if(NOT GTest_FOUND)
21
else()
22
message("GoogleTest not found, using clone")
23
set(fetch_args
24
- GIT_REPOSITORY "https://github.com/OpenDDS/googletest"
25
- GIT_TAG "v1.8.x"
+ GIT_REPOSITORY "https://github.com/google/googletest"
+ GIT_TAG "v1.17.x"
26
GIT_SHALLOW TRUE
27
GIT_PROGRESS TRUE
28
USES_TERMINAL_DOWNLOAD TRUE
0 commit comments