-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61096/
-----------------------------------------------------------
(Updated Aug. 4, 2017, 11:20 p.m.)
Review request for mesos, Andrew Schwartzmeyer, Jie Yu, and Joseph Wu.
Changes
-------
Exported `libprotoc` and renamed `grpc_libs` to simply `grpc`.
Bugs: MESOS-7808
https://issues.apache.org/jira/browse/MESOS-7808
Repository: mesos
Description
-------
This patch is based on @andschwa's branch:
https://github.com/andschwa/mesos/commits/cmake-refactor-andy
Related patches: r/61365.
This patch enables building the bundled gRPC library for libprocess
under Linux.
A patch for gRPC's CMake config is introduced for gRPC's bundled c-ares
library linkage issue: https://github.com/grpc/grpc/pull/11565.
TODO(chhsiao): Windows support.
Diffs (updated)
-----
3rdparty/CMakeLists.txt f4feaf90b4750338cfa2127524a5e6556a86d063
3rdparty/cmake/Versions.cmake 9586296420d76bd4493034fd710209008ee03595
3rdparty/grpc-1.4.2.patch PRE-CREATION
Diff: https://reviews.apache.org/r/61096/diff/3/
Changes: https://reviews.apache.org/r/61096/diff/2-3/
Testing
-------
make
Thanks,
Chun-Hung Hsiao