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 4fb520b commit 6335818Copy full SHA for 6335818
CMakeLists.txt.in
@@ -8,7 +8,7 @@ project(googletest-download NONE)
8
include(ExternalProject)
9
ExternalProject_Add(googletest
10
GIT_REPOSITORY https://github.com/google/googletest.git
11
- GIT_TAG master
+ GIT_TAG release-1.11.0
12
SOURCE_DIR "${GLOBAL_OUTPUT_PATH}/googletest-src"
13
BINARY_DIR "${GLOBAL_OUTPUT_PATH}/googletest-build"
14
CONFIGURE_COMMAND ""
0 commit comments