Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant dependency on rmw #66

Open
wants to merge 1 commit into
base: jazzy
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion rosidl_typesupport_microxrcedds_c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ find_package(microcdr REQUIRED)
find_package(ament_cmake_python REQUIRED)
find_package(rosidl_runtime_c REQUIRED)

ament_export_dependencies(rmw)
ament_export_dependencies(rosidl_cmake)
ament_export_dependencies(rosidl_runtime_c)
ament_export_dependencies(rosidl_typesupport_interface)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

find_package(ament_cmake_ros REQUIRED)
find_package(microcdr REQUIRED)
find_package(rmw REQUIRED)

set(_output_path "${CMAKE_CURRENT_BINARY_DIR}/rosidl_typesupport_microxrcedds_c/${PROJECT_NAME}")

Expand Down Expand Up @@ -148,7 +147,6 @@ target_include_directories(${rosidl_generate_interfaces_TARGET}${_target_suffix}

ament_target_dependencies(${rosidl_generate_interfaces_TARGET}${_target_suffix}
"microcdr"
"rmw"
"rosidl_runtime_c"
"rosidl_typesupport_microxrcedds_c"
"rosidl_typesupport_interface"
Expand Down
2 changes: 0 additions & 2 deletions rosidl_typesupport_microxrcedds_c/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
<buildtool_export_depend>rosidl_runtime_c</buildtool_export_depend>
<buildtool_export_depend>rosidl_generator_c</buildtool_export_depend>

<depend>rmw</depend>

<exec_depend>rosidl_parser</exec_depend>
<exec_depend>rosidl_typesupport_interface</exec_depend>

Expand Down