File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 88
99 <buildtool_depend >ament_cmake</buildtool_depend >
1010
11- <build_depend >rmw_implementation_cmake</build_depend >
12-
11+ <depend >rmw_implementation_cmake</depend >
1312 <depend >rmw_connext_cpp</depend >
1413 <depend >rmw_connext_dynamic_cpp</depend >
1514 <depend >rmw_fastrtps_cpp</depend >
Original file line number Diff line number Diff line change 1616
1717find_package (rmw_implementation_cmake REQUIRED)
1818set (default_rmw_implementation "@RMW_IMPLEMENTATION@" )
19+ list (APPEND rmw_implementation_LIBRARIES ${rmw_implementation_cmake_DEFINITIONS} )
20+ list (APPEND rmw_implementation_LIBRARIES ${rmw_implementation_cmake_INCLUDE_DIRS} )
21+ list (APPEND rmw_implementation_LIBRARIES ${rmw_implementation_cmake_LIBRARIES} )
1922
2023if (NOT "${RMW_IMPLEMENTATION} " STREQUAL " " )
2124 set (requested_default_rmw_implementation ${RMW_IMPLEMENTATION} )
You can’t perform that action at this time.
0 commit comments