Remove utils.cpp from status executable

This commit is contained in:
Christophe Bedard 2019-08-01 13:44:00 +02:00
parent 7e40f8a459
commit 64bee1c9f3

View file

@ -60,7 +60,6 @@ ament_export_interfaces(${PROJECT_NAME}_export HAS_LIBRARY_TARGET)
# Status checking tool # Status checking tool
add_executable(status add_executable(status
src/status.c src/status.c
src/utils.cpp
) )
target_link_libraries(status target_link_libraries(status
${PROJECT_NAME} ${PROJECT_NAME}