Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
5fd12b84
Commit
5fd12b84
authored
Dec 11, 2014
by
Feng Xiao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gtest version to v1.7.0.
parent
cb0ba5f0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
autogen.sh
autogen.sh
+5
-3
No files found.
autogen.sh
View file @
5fd12b84
...
...
@@ -18,9 +18,11 @@ fi
# Check that gtest is present. Usually it is already there since the
# 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
echo
"Google Test not present. Fetching gtest-1.7.0 from the web..."
curl
-O
https://googletest.googlecode.com/files/gtest-1.7.0.zip
unzip
-q
gtest-1.7.0.zip
rm
gtest-1.7.0.zip
mv
gtest-1.7.0 gtest
fi
set
-ex
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment