Skip to content

Commit f2b3204

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

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

rmw_fastrtps_cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if(SECURITY)
3030
find_package(OpenSSL REQUIRED)
3131
endif()
3232

33-
find_package(ament_cmake_ros REQUIRED)
33+
find_package(ament_cmake_ros_core REQUIRED)
3434

3535
find_package(rcpputils REQUIRED)
3636
find_package(rcutils REQUIRED)

rmw_fastrtps_cpp/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<author email="[email protected]">Michel Hidalgo</author>
1616
<author>Ricardo González</author>
1717

18-
<buildtool_depend>ament_cmake_ros</buildtool_depend>
18+
<buildtool_depend>ament_cmake_ros_core</buildtool_depend>
1919

2020
<buildtool_export_depend>ament_cmake</buildtool_export_depend>
2121

rmw_fastrtps_dynamic_cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if(SECURITY)
3030
find_package(OpenSSL REQUIRED)
3131
endif()
3232

33-
find_package(ament_cmake_ros REQUIRED)
33+
find_package(ament_cmake_ros_core REQUIRED)
3434

3535
find_package(rcpputils REQUIRED)
3636
find_package(rcutils REQUIRED)

rmw_fastrtps_dynamic_cpp/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<author email="[email protected]">Michel Hidalgo</author>
1616
<author>Ricardo González</author>
1717

18-
<buildtool_depend>ament_cmake_ros</buildtool_depend>
18+
<buildtool_depend>ament_cmake_ros_core</buildtool_depend>
1919

2020
<buildtool_export_depend>ament_cmake</buildtool_export_depend>
2121

rmw_fastrtps_shared_cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if(SECURITY)
3434
find_package(OpenSSL REQUIRED)
3535
endif()
3636

37-
find_package(ament_cmake_ros REQUIRED)
37+
find_package(ament_cmake_ros_core REQUIRED)
3838
find_package(rosidl_dynamic_typesupport REQUIRED)
3939

4040
find_package(rcpputils REQUIRED)

rmw_fastrtps_shared_cpp/package.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<author email="[email protected]">Michel Hidalgo</author>
1616
<author>Ricardo González</author>
1717

18-
<buildtool_depend>ament_cmake_ros</buildtool_depend>
18+
<buildtool_depend>ament_cmake_ros_core</buildtool_depend>
1919

2020
<buildtool_export_depend>ament_cmake</buildtool_export_depend>
2121

@@ -44,6 +44,8 @@
4444
<build_export_depend>rosidl_typesupport_introspection_cpp</build_export_depend>
4545
<build_export_depend>tracetools</build_export_depend>
4646

47+
<test_depend>ament_cmake_gmock</test_depend>
48+
<test_depend>ament_cmake_gtest</test_depend>
4749
<test_depend>ament_lint_auto</test_depend>
4850
<test_depend>ament_lint_common</test_depend>
4951
<test_depend>osrf_testing_tools_cpp</test_depend>

rmw_fastrtps_shared_cpp/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
find_package(ament_cmake_gmock REQUIRED)
12
find_package(ament_cmake_gtest REQUIRED)
23
find_package(osrf_testing_tools_cpp REQUIRED)
34

0 commit comments

Comments
 (0)