Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloinigoblasco committed Jul 16, 2023
1 parent 2168a02 commit 307d0aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ set(THIS_PACKAGE_INCLUDE_DEPENDS
include_directories(
include
${smacc2_INCLUDE_DIRS}
${move_group_interface_client_INCLUDE_DIRS}
${moveit2z_client_INCLUDE_DIRS}
)

add_executable(${PROJECT_NAME}_node
Expand All @@ -44,7 +44,7 @@ target_link_libraries(${PROJECT_NAME}_node
${smacc2_LIBRARIES}
${ros_timer_client_LIBRARIES}
${Boost_LIBRARIES}
${move_group_interface_client_LIBRARIES}
${moveit2z_client_LIBRARIES}
)

ament_target_dependencies(${PROJECT_NAME}_node ${THIS_PACKAGE_INCLUDE_DEPENDS})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ include_directories(
include
${smacc2_INCLUDE_DIRS}
${moveit2z_INCLUDE_DIRS}
${move_group_interface_client_INCLUDE_DIRS}
)

add_executable(${PROJECT_NAME}_node
Expand All @@ -39,7 +38,6 @@ target_link_libraries(${PROJECT_NAME}_node
${ros_timer_client_LIBRARIES}
${moveit2z_LIBRARIES}
${Boost_LIBRARIES}
${move_group_interface_client_LIBRARIES}
)

ament_target_dependencies(${PROJECT_NAME}_node ${THIS_PACKAGE_INCLUDE_DEPENDS})
Expand Down

0 comments on commit 307d0aa

Please sign in to comment.