Skip to content

Commit c03b561

Browse files
committed
Fix broken test configuration
googletest master seems to be different nowdays let's lock on to an old release
1 parent 3ebc7cc commit c03b561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_libs/CMakeLists.txt

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

0 commit comments

Comments
 (0)