----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59778/#review177252 -----------------------------------------------------------
Fix it, then Ship it! 3rdparty/CMakeLists.txt Lines 360 (patched) <https://reviews.apache.org/r/59778/#comment250790> Hm. Surprised we didn't notice this `src/..` part of the path to the configure script. I'll get rid of it before committing. - Joseph Wu On June 3, 2017, 12:32 p.m., Andrew Schwartzmeyer wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/59778/ > ----------------------------------------------------------- > > (Updated June 3, 2017, 12: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 > >
