Skip to content

Commit 19ed82f

Browse files
committed
use ament_cmake_ros
1 parent 0f54d72 commit 19ed82f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

rosapi/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
cmake_minimum_required(VERSION 3.5)
22
project(rosapi)
33

4-
find_package(ament_cmake_core REQUIRED)
5-
find_package(ament_cmake_python REQUIRED)
4+
find_package(ament_cmake_ros REQUIRED)
65
find_package(builtin_interfaces REQUIRED)
76
find_package(rosidl_default_generators REQUIRED)
87

rosapi/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<maintainer email="[email protected]">Russell Toris</maintainer>
1818
<maintainer email="[email protected]">Jihoon Lee</maintainer>
1919

20-
<buildtool_depend>ament_cmake</buildtool_depend>
20+
<buildtool_depend>ament_cmake_ros</buildtool_depend>
2121

2222
<buildtool_depend>rosidl_default_generators</buildtool_depend>
2323

0 commit comments

Comments
 (0)