Skip to content

Commit

Permalink
Merge pull request #195 from SylvainCorlay/upgrade-gtest
Browse files Browse the repository at this point in the history
Use more recent gtest
  • Loading branch information
SylvainCorlay committed Aug 12, 2020
2 parents 6bebad1 + 31b4302 commit 2e1622a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/downloadGTest.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ project(googletest-download NONE)
include(ExternalProject)
ExternalProject_Add(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.8.0
GIT_TAG release-1.10.0
SOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_CURRENT_BINARY_DIR}/googletest-build"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit 2e1622a

Please sign in to comment.