colcon / colcon-cmake

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

cmake_install always invokes --build --target install #56

Closed KazNX closed 4 years ago

KazNX commented 4 years ago

Removed special case code for Visual Studio generator using MSBUILD. "cmake --build" with "--target install" has the same effect and removed the need for special case code.

dirk-thomas commented 4 years ago

CI builds using this branch: