-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59778/
-----------------------------------------------------------
(Updated June 3, 2017, 7:32 p.m.)
Review request for mesos, Jeff Coffler, Joseph Wu, and Li Li.
Bugs: MESOS-6814 and MESOS-7618
https://issues.apache.org/jira/browse/MESOS-6814
https://issues.apache.org/jira/browse/MESOS-7618
Repository: mesos
Description
-------
This also replaces the hard-coded configuration and build steps for
protobuf on Windows, with the default CMake driven process from
`ExternalProject_Add`, using `SOURCE_SUBDIR cmake`. Unfortunately, the
call to `ExternalProject_Add` must be duplicated because older versions
of CMake don't support `SOURCE_SUBDIR`.
Diffs
-----
3rdparty/CMakeLists.txt 96022ffaab94cfdfa3af0cadcfefc0c6518a6f6f
Diff: https://reviews.apache.org/r/59778/diff/1/
Testing
-------
Thanks,
Andrew Schwartzmeyer