ros / catkin

A CMake-based build system that is used to build all packages in ROS.
http://wiki.ros.org/catkin
BSD 3-Clause "New" or "Revised" License
321 stars 280 forks source link

[noetic][Windows] Adding .lib into the symlink install file list #1110

Closed seanyen closed 4 years ago

seanyen commented 4 years ago

This enhancement makes an existing bug in CATKIN_SYMLINK_INSTALL surface up. 😉

The problem & solution is the same as https://github.com/ament/ament_cmake/pull/219.

This is a cherry-pick and please consider to back-port it into kinetic-devel as well.

dirk-thomas commented 4 years ago

Thanks for the patch.

dirk-thomas commented 4 years ago

Cherry-picked to kinetic-devel in 807c983e2c3191866b40c7e2f79c66d6f0ff8c8e.