Skip to content

Commit

Permalink
Fixed gtest URL
Browse files Browse the repository at this point in the history
  • Loading branch information
imuzychuk committed Oct 3, 2019
1 parent e2a518e commit c0dd765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ fi
# directory is set up as an SVN external.
if test ! -e gtest; then
echo "Google Test not present. Fetching gtest-1.5.0 from the web..."
curl http://googletest.googlecode.com/files/gtest-1.5.0.tar.bz2 | tar jx
mv gtest-1.5.0 gtest
curl -L https://github.com/google/googletest/archive/release-1.5.0.tar.gz | tar zx
mv googletest-release-1.5.0 gtest
fi

set -ex
Expand Down

0 comments on commit c0dd765

Please sign in to comment.