colcon / colcon-cmake

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

Colcon does not support single argument '-G<generator>' syntax #86

Closed KazNX closed 4 years ago

KazNX commented 4 years ago

CMake supports specifying the generator as either one argument or two arguments; '-G' or '-G ' repectively. Colcon does not recognise the former, one argument syntax.

PR to fix this is here: https://github.com/colcon/colcon-cmake/pull/85