[clfft] 15/16: fixing cmake gtest link/md5

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Sep 1 07:42:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository clfft.

commit d2ebff08bac34c0fb4c3872a3617bdf139e15135
Author: bragadeesh <bragadeesh.natarajan at amd>
Date:   Wed Aug 31 11:24:58 2016 -0700

    fixing cmake gtest link/md5
---
 src/gtest.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gtest.cmake b/src/gtest.cmake
index 3661721..6c749f6 100644
--- a/src/gtest.cmake
+++ b/src/gtest.cmake
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git



More information about the debian-science-commits mailing list