removed ament_cmake from package and cmakelists.txt (#989)
Signed-off-by: Alejandro Hernández <ahcorde@gmail.com>
This commit is contained in:
parent
f30329fbec
commit
fffbe5972c
2 changed files with 0 additions and 3 deletions
|
@ -137,7 +137,6 @@ install(
|
||||||
ament_export_include_directories(include)
|
ament_export_include_directories(include)
|
||||||
ament_export_libraries(${PROJECT_NAME})
|
ament_export_libraries(${PROJECT_NAME})
|
||||||
|
|
||||||
ament_export_dependencies(ament_cmake)
|
|
||||||
ament_export_dependencies(rcl)
|
ament_export_dependencies(rcl)
|
||||||
ament_export_dependencies(rcpputils)
|
ament_export_dependencies(rcpputils)
|
||||||
ament_export_dependencies(rcutils)
|
ament_export_dependencies(rcutils)
|
||||||
|
|
|
@ -29,8 +29,6 @@
|
||||||
<depend>rmw</depend>
|
<depend>rmw</depend>
|
||||||
<depend>tracetools</depend>
|
<depend>tracetools</depend>
|
||||||
|
|
||||||
<exec_depend>ament_cmake</exec_depend>
|
|
||||||
|
|
||||||
<test_depend>ament_cmake_gmock</test_depend>
|
<test_depend>ament_cmake_gmock</test_depend>
|
||||||
<test_depend>ament_cmake_gtest</test_depend>
|
<test_depend>ament_cmake_gtest</test_depend>
|
||||||
<test_depend>ament_lint_auto</test_depend>
|
<test_depend>ament_lint_auto</test_depend>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue