We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47bf690 commit d040f1dCopy full SHA for d040f1d
third_party/googletest/CMakeLists.txt
@@ -12,9 +12,9 @@ else ()
12
include(ExternalProject)
13
ExternalProject_Add(googletest_dependency
14
URL
15
- https://github.com/google/googletest/archive/release-1.12.1.tar.gz
+ https://github.com/google/googletest/archive/refs/tags/v1.13.0.tar.gz
16
URL_HASH
17
- MD5=e82199374acdfda3f425331028eb4e2a
+ MD5=95b29f0038ec84a611df951d74d99897
18
DOWNLOAD_NO_PROGRESS
19
1
20
UPDATE_COMMAND
0 commit comments