colcon / colcon-cmake

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

Depends on cmake #34

Closed paulbovbel closed 5 years ago

paulbovbel commented 5 years ago

When generating a minimal testing container, I noticed the debian package version of this module doesn't pull in cmake, perhaps it should?

paulbovbel commented 5 years ago

Apologies, looks like this is resolved by properly pulling in buildtool dependencies (ament_cmake build type pulls in cmake).