ros / resource_retriever

Package used to retrieve resources of different kinds, e.g. http://, file://, the ROS specific package://, etc.
8 stars 42 forks source link

On Windows install .dll libraries in <prefix>/bin #91

Closed traversaro closed 4 months ago

traversaro commented 6 months ago

On Windows it is important to install the .dll libraries (RUNTIME in CMake jargon) in <prefix>/bin, as otherwise the Windows dynamic loader is not able to find them.

See https://github.com/ros-planning/moveit/pull/1575 for details on this.