Commit 548f6d78 authored by Kenton Varda's avatar Kenton Varda

Update googletest download line.

parent 51e801a7
......@@ -6,7 +6,7 @@ if [ ! -e gtest ]; then
echo "================================================================================"
echo "Fetching Google Test code..."
echo "================================================================================"
svn checkout http://googletest.googlecode.com/svn/tags/release-1.7.0 gtest
git clone -b release-1.7.0 git@github.com:google/googletest.git gtest
fi
echo "================================================================================"
......
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