Skip to content

Commit

Permalink
store shared files in share/{PROJECT_NAME} rather than share/ (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jconn authored Jan 31, 2020
1 parent 7d84aef commit 6627285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ install(TARGETS ${library_name}
)

install(DIRECTORY example
DESTINATION share
DESTINATION share/${PROJECT_NAME}
)

install(FILES costmap_plugins.xml
DESTINATION share
DESTINATION share/${PROJECT_NAME}
)

ament_export_dependencies(rosidl_default_runtime)
Expand Down

0 comments on commit 6627285

Please sign in to comment.