Skip to content

Commit

Permalink
fixing cmake gtest link/md5
Browse files Browse the repository at this point in the history
  • Loading branch information
bragadeesh committed Aug 31, 2016
1 parent 6504cf1 commit d2ebff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gtest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ else()

ExternalProject_Add(
gtest-external
URL http://googletest.googlecode.com/files/gtest-1.7.0.zip
URL_MD5 2d6ec8ccdf5c46b05ba54a9fd1d130d7
URL https://github.com/google/googletest/archive/release-1.7.0.zip
URL_MD5 EF5E700C8A0F3EE123E2E0209B8B4961
PREFIX ${prefix}
BINARY_DIR ${binary_dir}
CMAKE_CACHE_ARGS
Expand Down

0 comments on commit d2ebff0

Please sign in to comment.