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 ddb5a4c commit 8759a97Copy full SHA for 8759a97
testing/test_framework/download_googletest.py
@@ -35,9 +35,9 @@
35
SRC_DIR = os.path.relpath(os.path.dirname(__file__))
36
TAG = os.path.basename(__file__)
37
38
-GOOGLETEST_ZIP = 'https://github.com/google/googletest/archive/master.zip'
+GOOGLETEST_ZIP = 'https://github.com/google/googletest/archive/refs/tags/release-1.10.0.zip'
39
# Top-level directory inside the zip file to ignore.
40
-GOOGLETEST_DIR = os.path.join('googletest-master')
+GOOGLETEST_DIR = os.path.join('googletest-release-1.10.0')
41
42
# The GoogleTest code is copied into this subdirectory.
43
# This structure matches where the files are placed by CMake.
0 commit comments