Skip to content

Commit

Permalink
use correct install destination of headers (moveit#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn authored and rhaschke committed Aug 26, 2016
1 parent 5968b63 commit 942afe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_ros/planning/lma_kinematics_plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ add_library(${MOVEIT_LIB_NAME} src/lma_kinematics_plugin.cpp
target_link_libraries(${MOVEIT_LIB_NAME} moveit_rdf_loader ${catkin_LIBRARIES})

install(TARGETS ${MOVEIT_LIB_NAME} LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION})
install(DIRECTORY include/ DESTINATION ${CATKIN_PACKAGE_INCLUDE_DESTINATION})
install(DIRECTORY include/ DESTINATION ${CATKIN_GLOBAL_INCLUDE_DESTINATION})

0 comments on commit 942afe3

Please sign in to comment.