From df9f4d479d67348748eb80b376256d931481869d Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Tue, 7 Jun 2016 11:15:35 +0100 Subject: [PATCH] update get-gmock script. You now need git, since they haven't released for a while. --- get-gmock.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/get-gmock.sh b/get-gmock.sh index 5335350..2e5d2ae 100755 --- a/get-gmock.sh +++ b/get-gmock.sh @@ -1,6 +1,3 @@ #!/bin/sh -e -wget https://googlemock.googlecode.com/files/gmock-1.6.0.zip -unzip gmock-1.6.0.zip -cd gmock-1.6.0 -./configure +git clone https://github.com/google/googletest