Args options for CMake `--build` and `--install`
Add --cmake-build-args to support passing arguments through to cmake --build
Add --cmake-install-args to support passing arguments through to cmake --install
This PR supercedes https://github.com/colcon/colcon-cmake/pull/107 . See that PR for discussion history.
This LGTM. cottsay ?
On my list for this week.
@cottsay ping.
@KazNX will you pick this up again in the near future? If not, I'll try and push this over the line. It'll benefit folks using colcon with ninja (like myself).
@hidmic Been busy. I've posted some questions for @cottsay regarding how to go about implementing what he proposes.
@ruffsl Follow up from IROS. I'm waiting on feedback on how to address the MAKEFLAGS questions. Personally, I'm not a fan of pulling from environment variables which are specific to a particular CMake generator - e.g., MAKEFLAGS is not relevant to MSBuild.