Skip to content

Commit

Permalink
Fix install for launch
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Sep 11, 2014
1 parent 0adce1b commit 5f091fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ add_dependencies(head_action ${catkin_EXPORTED_TARGETS})
install(TARGETS head_action
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})

install(FILES head_action.launch
install(DIRECTORY launch
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})

0 comments on commit 5f091fc

Please sign in to comment.