Skip to content
This repository was archived by the owner on Feb 8, 2019. It is now read-only.

Commit cf6d492

Browse files
committed
fix
1 parent 2fcc3db commit cf6d492

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ install:
5959
- export LINKER_FLAGS="-s"
6060
# grpc.
6161
- git clone -b v1.12.0 https://github.com/grpc/grpc
62-
- pushd grpc && git submodule update --init && make static -j4 &&
63-
sudo make install-static install-plugins &&
62+
- pushd grpc && git submodule update --init && make -j4 && sudo make install &&
6463
cd third_party/protobuf && sudo make install && popd
6564
- rm -rf grpc
6665

third_party/src/tmb/cmake/FindProtobuf3.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
find_path(PROTOBUF3_INCLUDE_DIR google/protobuf/map.h)
2222

2323
find_library(PROTOBUF3_LIBRARY
24-
NAMES protobuf libprotobuf
24+
NAMES protobuf-lite libprotobuf-lite
2525
HINTS ${PROTOBUF3_INCLUDE_DIR}/../lib
2626
${PROTOBUF3_INCLUDE_DIR}/../lib64
2727
${PROTOBUF3_INCLUDE_DIR}/../lib32)

0 commit comments

Comments
 (0)