Remove utils.cpp from status executable
This commit is contained in:
parent
7e40f8a459
commit
64bee1c9f3
1 changed files with 0 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue