Skip to content

Commit

Permalink
Pin gtest to 1.8.1 for now #36
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Feb 2, 2019
1 parent a346d59 commit 0e888f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/GoogleTestExternal.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ set_directory_properties(PROPERTIES EP_PREFIX ${CMAKE_BINARY_DIR}/extern)
ExternalProject_Add(
googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG release-1.8.1
UPDATE_COMMAND "" # Don't update the svn checkout every time we build.
TIMEOUT 10
CMAKE_ARGS -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE}
Expand Down

0 comments on commit 0e888f2

Please sign in to comment.