----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59780/#review177372 -----------------------------------------------------------
Fix it, then Ship it! 3rdparty/CMakeLists.txt Lines 136-141 (original), 135-138 (patched) <https://reviews.apache.org/r/59780/#comment250918> Looks like we can get rid of this entirely, as there is also some SSL flag setting below. 3rdparty/CMakeLists.txt Lines 161-171 (original), 160-170 (patched) <https://reviews.apache.org/r/59780/#comment250919> We could one-line this: `-DEVENT__DISABLE_OPENSSL=$<NOT:$<BOOL:ENABLE_SSL>>` 3rdparty/CMakeLists.txt Lines 173-178 (original), 172-177 (patched) <https://reviews.apache.org/r/59780/#comment250920> We should be able to delete this line now that we have: `-DEVENT__BUILD_SHARED_LIBRARIES=${BUILD_SHARED_LIBS}` - 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/59780/ > ----------------------------------------------------------- > > (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 removes the hard-coded `C_FLAGS` and properly forwards all > arguments for each configuration. This also disables building the > unnecessary benchmark, tests, and samples artifacts. > > > Diffs > ----- > > 3rdparty/CMakeLists.txt 96022ffaab94cfdfa3af0cadcfefc0c6518a6f6f > > > Diff: https://reviews.apache.org/r/59780/diff/1/ > > > Testing > ------- > > > Thanks, > > Andrew Schwartzmeyer > >
