Skip to content

Commit 6335818

Browse files
committed
Pin googletest version within cmake scripts, as master does not exist anymore
1 parent 4fb520b commit 6335818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(googletest-download NONE)
88
include(ExternalProject)
99
ExternalProject_Add(googletest
1010
GIT_REPOSITORY https://github.com/google/googletest.git
11-
GIT_TAG master
11+
GIT_TAG release-1.11.0
1212
SOURCE_DIR "${GLOBAL_OUTPUT_PATH}/googletest-src"
1313
BINARY_DIR "${GLOBAL_OUTPUT_PATH}/googletest-build"
1414
CONFIGURE_COMMAND ""

0 commit comments

Comments
 (0)