Skip to content

Commit 7ef171c

Browse files
authored
Merge pull request #88 from jvoisin/patch-1
Bump the version of GoogleTest
2 parents 2d287a3 + 4c97ebb commit 7ef171c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ include(ExternalProject)
1717

1818
ExternalProject_Add(googletest
1919
GIT_REPOSITORY https://github.com/google/googletest.git
20-
GIT_TAG 703bd9caab50b139428cea1aaff9974ebee5742e
20+
GIT_TAG 3e0e32ba300ce8afe695ad3ba7e81b21b7cf237a
2121
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src"
2222
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"
2323
INSTALL_COMMAND ""

0 commit comments

Comments
 (0)