ros-infrastructure / catkin_pkg

Standalone Python library for the catkin build system.
https://github.com/ros/catkin
Other
47 stars 91 forks source link

Update install path template to align with catkin user guide #261

Closed seanyen closed 5 years ago

seanyen commented 5 years ago

In catkin user guide, there are examples how developers should install their c\c++ executables and libraries to get the best portability across platforms. This pull request is to update the template in catkin_pkg to reflect this guidance.

dirk-thomas commented 5 years ago

Thanks for the patch.