Use ament_set_default_language_standards from ament_cmake_core#548
Use ament_set_default_language_standards from ament_cmake_core#548
Conversation
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
|
Pulls: #548, ament/ament_cmake#621 |
fujitatomoya
left a comment
There was a problem hiding this comment.
much better, lgtm!
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
|
Pulls: #548, ros2/ament_cmake_ros#62 |
Co-authored-by: Michael Carlstrom <rmc@carlstrom.com> Signed-off-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
|
Pulls: #548, ros2/ament_cmake_ros#62 |
|
Pulls: ros2/ament_cmake_ros#62, #548 |
|
We are seeing downstream compile errors, the reason for this is, that the linking is done public, and not private. If we link public, we need to export the cmake package providing the target. ament_export_dependencies(ament_cmake ament_cmake_ros_core) |
Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
|
Pulls: ros2/ament_cmake_ros#62, #548 |
Signed-off-by: Janosch Machowinski <J.Machowinski@cellumation.com>
|
Pulls: ros2/ament_cmake_ros#62, #548, ros2/rclcpp#3124 |
Description
Related with ament/ament_cmake#621