colcon / colcon-cmake

Extension for colcon to support CMake packages
http://colcon.readthedocs.io
Apache License 2.0
16 stars 25 forks source link

improve --cmake-args handling #2

Closed dirk-thomas closed 6 years ago

dirk-thomas commented 6 years ago

The second commit gracefully continues when the cmake_args.last file contains invalid data.

The third commit treats the values None and [] equally and ensure so always write the cmake_args.last file since run_configure might be true for other reasons (like --cmake-force-configure).