Merge pull request #3590 from NanXiao/patch-1

Update autogen.sh
This commit is contained in:
Adam Cozzette 2017-09-06 10:31:52 -07:00 committed by GitHub
commit 054054c152

View File

@ -35,7 +35,9 @@ if test ! -e gmock; then
unzip -q release-1.7.0.zip
rm release-1.7.0.zip
mv googlemock-release-1.7.0 gmock
fi
if test ! -e gmock/gtest; then
curl $curlopts -L -O https://github.com/google/googletest/archive/release-1.7.0.zip
unzip -q release-1.7.0.zip
rm release-1.7.0.zip