colcon / colcon-cmake

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

Support specifying any number of specific CMake targets #124

Open cottsay opened 1 year ago

cottsay commented 1 year ago

This change deprecates the single-value --cmake-target argument in favor of one that allows any number of targets to be specified, including no targets at all.

This will require a corresponding change in colcon_ros to use the new arguments.