----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/67798/ -----------------------------------------------------------
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
