Skip to content

Commit

Permalink
Fix robot_interaction unexported libraries link error
Browse files Browse the repository at this point in the history
  • Loading branch information
ddengster committed May 26, 2020
1 parent 13cf78e commit c7ce58f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moveit_ros/robot_interaction/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ install(DIRECTORY include/ DESTINATION include)
install(DIRECTORY resources DESTINATION share/${PROJECT_NAME})

ament_export_include_directories(include)
ament_export_libraries(${MOVEIT_LIB_NAME})
ament_package()

0 comments on commit c7ce58f

Please sign in to comment.