----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67798/#review205642 -----------------------------------------------------------
Did you pull this out of https://reviews.apache.org/r/67751/? - Andrew Schwartzmeyer On July 1, 2018, 11:03 p.m., Benjamin Bannier wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/67798/ > ----------------------------------------------------------- > > (Updated July 1, 2018, 11:03 p.m.) > > > Review request for mesos, Andrew Schwartzmeyer and Armand Grillet. > > > Repository: mesos > > > Description > ------- > > This patch adds the "old" cli to the cmake build. We generate a binary > `mesos` unless the new cli is built; in that case we create a binary > `mesos-old`. > > > Diffs > ----- > > src/cli/CMakeLists.txt 7b2abf2fe14888ec1da11414189f71da972ac427 > > > Diff: https://reviews.apache.org/r/67798/diff/1/ > > > Testing > ------- > > * `cmake -GNinja .. && ninja && ./src/mesos` > * `cmake -GNinja -DENABLE_NEW_CLI=ON .. && ninja && ./src/mesos; > ./src/mesos-old` > > > Thanks, > > Benjamin Bannier > >
