Commit 054054c1 authored by Adam Cozzette's avatar Adam Cozzette Committed by GitHub

Merge pull request #3590 from NanXiao/patch-1

Update autogen.sh
parents 7f8b91f5 f4ff17bb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment