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 |
| include(CheckLibraryExists) | ||
|
|
||
| find_package(ament_cmake REQUIRED) | ||
| find_package(ament_cmake_ros REQUIRED) |
There was a problem hiding this comment.
I think the failures are from this.
| find_package(ament_cmake_ros REQUIRED) |
There was a problem hiding this comment.
Yeah this package doesn't have ament_cmake_ros in the package.xml but, it isn't needed anyway just ament_cmake_ros_core is enough.
Description
Related with ament/ament_cmake#621