Skip to content

Commit

Permalink
Merge pull request #7 from timonegk/patch-1
Browse files Browse the repository at this point in the history
Remove interface install from CMakeLists.txt
  • Loading branch information
alsora authored Apr 26, 2023
2 parents eede848 + e49ac74 commit 1cd0be4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions irobot_lock_free_events_queue/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ ament_target_dependencies(irobot_lock_free_events_queue INTERFACE
"rclcpp"
)

install(TARGETS
irobot_lock_free_events_queue
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
RUNTIME DESTINATION bin
)

install(DIRECTORY include/
DESTINATION include/${PROJECT_NAME}
)
Expand Down

0 comments on commit 1cd0be4

Please sign in to comment.