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 3ebc7cc commit c03b561Copy full SHA for c03b561
test/test_libs/CMakeLists.txt
@@ -5,7 +5,7 @@ project(googletest-download NONE)
5
include(ExternalProject)
6
ExternalProject_Add(googletest
7
GIT_REPOSITORY https://github.com/google/googletest.git
8
- GIT_TAG master
+ GIT_TAG release-1.11.0
9
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
10
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
11
CONFIGURE_COMMAND ""
0 commit comments