Skip to content

Commit

Permalink
Export pluginlib to downstream packages (#113) (#144)
Browse files Browse the repository at this point in the history
Signed-off-by: Esteve Fernandez <esteve@apache.org>
  • Loading branch information
hidmic authored Jul 29, 2019
1 parent faa22cc commit 32612a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rosbag2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ install(

ament_export_include_directories(include)
ament_export_libraries(${PROJECT_NAME})
ament_export_dependencies(rosbag2_storage rosidl_typesupport_introspection_cpp)
ament_export_dependencies(pluginlib rosbag2_storage rosidl_typesupport_introspection_cpp)

if(BUILD_TESTING)
find_package(ament_cmake_gmock REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion rosbag2_storage/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ install(

ament_export_include_directories(include)
ament_export_libraries(${PROJECT_NAME})
ament_export_dependencies(yaml_cpp_vendor)
ament_export_dependencies(pluginlib yaml_cpp_vendor)

if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
Expand Down

0 comments on commit 32612a0

Please sign in to comment.