Skip to content

Commit dfdff27

Browse files
authored
Switch to ament_cmake_ros_core package (#860)
Signed-off-by: Scott K Logan <[email protected]>
1 parent ab4d588 commit dfdff27

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

rosidl_typesupport_introspection_c/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ if(CMAKE_COMPILER_IS_GNUCC OR CMAKE_C_COMPILER_ID MATCHES "Clang")
1111
add_compile_options(-Wall -Wextra -Wpedantic)
1212
endif()
1313

14+
find_package(ament_cmake REQUIRED)
1415
find_package(ament_cmake_python REQUIRED)
15-
find_package(ament_cmake_ros REQUIRED)
16+
find_package(ament_cmake_ros_core REQUIRED)
1617

1718
ament_export_dependencies(rosidl_runtime_c)
1819
ament_export_dependencies(rosidl_typesupport_interface)

rosidl_typesupport_introspection_c/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
<author email="[email protected]">Dirk Thomas</author>
1919
<author email="[email protected]">Michel Hidalgo</author>
2020

21-
<buildtool_depend>ament_cmake_ros</buildtool_depend>
21+
<buildtool_depend>ament_cmake</buildtool_depend>
22+
<buildtool_depend>ament_cmake_ros_core</buildtool_depend>
2223

2324
<buildtool_export_depend>ament_cmake</buildtool_export_depend>
2425
<buildtool_export_depend>python3</buildtool_export_depend>

rosidl_typesupport_introspection_cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
1212
endif()
1313

1414
find_package(ament_cmake_python REQUIRED)
15-
find_package(ament_cmake_ros REQUIRED)
15+
find_package(ament_cmake_ros_core REQUIRED)
1616
find_package(rosidl_runtime_cpp REQUIRED)
1717
find_package(rosidl_typesupport_introspection_c REQUIRED)
1818

rosidl_typesupport_introspection_cpp/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<author email="[email protected]">Dirk Thomas</author>
1919
<author email="[email protected]">Michel Hidalgo</author>
2020

21-
<buildtool_depend>ament_cmake_ros</buildtool_depend>
21+
<buildtool_depend>ament_cmake_ros_core</buildtool_depend>
2222

2323
<buildtool_export_depend>ament_cmake</buildtool_export_depend>
2424
<buildtool_export_depend>python3</buildtool_export_depend>

0 commit comments

Comments
 (0)