Joseph Wu created MESOS-5852:
--------------------------------
Summary: CMake build needs to generate protobufs before build
libmesos
Key: MESOS-5852
URL: https://issues.apache.org/jira/browse/MESOS-5852
Project: Mesos
Issue Type: Bug
Components: build, cmake
Reporter: Joseph Wu
Assignee: Srinivas
The existing CMake lists place protobufs at the same level as other Mesos
sources:
https://github.com/apache/mesos/blob/c4cecf9c279c5206faaf996fef0b1810b490b329/src/CMakeLists.txt#L415
This is incorrect, as protobuf changes need to be regenerated before we can
build against them.
Note: in the autotools build, this is done by compiling protobufs into
{{libmesos}}, which then builds {{libmesos_no_3rdparty}}:
https://github.com/apache/mesos/blob/c4cecf9c279c5206faaf996fef0b1810b490b329/src/Makefile.am#L1304-L1305
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)