Skip to content

Commit

Permalink
Specify which release of Google Test to check out
Browse files Browse the repository at this point in the history
  • Loading branch information
edolzhenko committed Jun 1, 2017
1 parent 5008e19 commit e7ce45d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/google_test.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ project(googletest-download NONE)
include(ExternalProject)
ExternalProject_Add(googletest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG master
GIT_TAG release-1.8.0
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
TEST_COMMAND ""
)
)

0 comments on commit e7ce45d

Please sign in to comment.