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 CMake -A option to select architecture on Windows #46

Closed dirk-thomas closed 5 years ago

dirk-thomas commented 5 years ago

Closes #45.

For VS 15 and older the default architecture is Win32. Instead of hard coding Win64 as part of the generator name this patch passes the -A option and also allows the user to pass a custom value.