remove tinydir_vendor dependency (#608)
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
This commit is contained in:
parent
00aaea7330
commit
4a7ba0232c
2 changed files with 0 additions and 3 deletions
|
@ -10,7 +10,6 @@ find_package(rcutils REQUIRED)
|
|||
find_package(rmw REQUIRED)
|
||||
find_package(rmw_implementation REQUIRED)
|
||||
find_package(rosidl_generator_c REQUIRED)
|
||||
find_package(tinydir_vendor REQUIRED)
|
||||
find_package(tracetools REQUIRED)
|
||||
|
||||
include_directories(include)
|
||||
|
@ -74,7 +73,6 @@ ament_target_dependencies(${PROJECT_NAME}
|
|||
"rcutils"
|
||||
"rosidl_generator_c"
|
||||
${RCL_LOGGING_IMPL}
|
||||
"tinydir_vendor"
|
||||
"tracetools"
|
||||
)
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
<depend>rcutils</depend>
|
||||
<depend>rmw_implementation</depend>
|
||||
<depend>rosidl_generator_c</depend>
|
||||
<depend>tinydir_vendor</depend>
|
||||
<depend>tracetools</depend>
|
||||
|
||||
<test_depend>ament_cmake_gtest</test_depend>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue