add back third_party/protobuf, but it won't be used in normal builds.

Pinned protobuf to v3.1.0

Removed the USE_SYSTEM_PROTOBUF option in cmake. It is no longer used.
This commit is contained in:
Yangqing Jia
2017-01-04 17:26:43 -08:00
parent 9d42eca92e
commit a9e2693fa8
5 changed files with 6 additions and 11 deletions

3
.gitmodules vendored
View File

@ -22,3 +22,6 @@
[submodule "third_party/benchmark"]
path = third_party/benchmark
url = https://github.com/google/benchmark.git
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/google/protobuf.git