Skip to content

Commit

Permalink
Patch gtest, seems like they still didn't fix master
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRV committed Feb 19, 2020
1 parent 3f5f486 commit c0ed47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/gtest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(googletest-download NONE)
include(ExternalProject)
ExternalProject_Add(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG master
GIT_TAG v1.10.x # Last working version
SOURCE_DIR "${CMAKE_BINARY_DIR}/external/googletest-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/external/googletest-build"
CONFIGURE_COMMAND ""
Expand Down

0 comments on commit c0ed47a

Please sign in to comment.