Remove ament_target_dependencies() for tracetools status executable

This commit is contained in:
Christophe Bedard 2019-07-30 15:44:28 +02:00
parent 5f370a65db
commit b4f14c9d3b

View file

@ -36,9 +36,6 @@ add_executable(status
target_link_libraries(status
${PROJECT_NAME}
)
ament_target_dependencies(status
${PROJECT_NAME}
)
install(TARGETS
status
DESTINATION lib/${PROJECT_NAME}