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

Install headers to include/${PROJECT_NAME} #72

Closed sloretz closed 2 years ago

sloretz commented 2 years ago

Part of ros2/ros2#1150 - this installs resource_retriever's header files to a unique directory in a merged workspace.

I also removed the dependency on ament_cmake_ros since it wasn't being used.

sloretz commented 2 years ago

Turns out I don't need to do anything with libcurl_vendor. It's includes are already installed to a unique directory: opt/libcurl_vendor/include

sloretz commented 2 years ago

CI (build: --packages-above-and-dependencies resource_retriever test: --packages-select resource_retriever)