Skip to content

Commit

Permalink
Fix installation of moveit_ros_control_interface header files (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
schornakj authored Nov 15, 2021
1 parent 65fdd50 commit b426a1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion moveit_plugins/moveit_ros_control_interface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@ EXPORT export_${PROJECT_NAME}
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin
INCLUDES DESTINATION include
)

## Mark cpp header files for installation
install(DIRECTORY include/${PROJECT_NAME}/
install(DIRECTORY include/
DESTINATION include
)

Expand Down

0 comments on commit b426a1c

Please sign in to comment.