Closed sloretz closed 2 years ago
Part of ros2/ros2#1150
This installs includes to include/${PROJECT_NAME} to mitigate include directory search order issues when overriding packages in desktop.
include/${PROJECT_NAME}
Part of ament/ament_cmake#365
This removes ament_export_libraries and ament_export_include_directories as they're redundant with the exported CMake targets.
ament_export_libraries
ament_export_include_directories
Part of ament/ament_cmake#292
This replaces ament_target_dependencies() calls with target_link_libraries().
ament_target_dependencies()
target_link_libraries()
Also fixes #58
CI (repos file build: --packages-above-and-dependencies kdl_parser test: --packages-above kdl_parser)
--packages-above-and-dependencies kdl_parser
--packages-above kdl_parser
Part of ros2/ros2#1150
This installs includes to
include/${PROJECT_NAME}
to mitigate include directory search order issues when overriding packages in desktop.Part of ament/ament_cmake#365
This removes
ament_export_libraries
andament_export_include_directories
as they're redundant with the exported CMake targets.Part of ament/ament_cmake#292
This replaces
ament_target_dependencies()
calls withtarget_link_libraries()
.Also fixes #58