Skip to content

Commit 66af650

Browse files
committed
Minor dependencies fix
Signed-off-by: Nordmann Arne (CR/ADT3) <[email protected]>
1 parent d6e784c commit 66af650

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

system_modes_msgs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
cmake_minimum_required(VERSION 3.5)
2+
23
project(system_modes_msgs)
34

45
# Default to C++14
@@ -10,7 +11,6 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
1011
endif()
1112

1213
find_package(ament_cmake REQUIRED)
13-
find_package(ament_cmake_cppcheck REQUIRED)
1414
find_package(rosidl_default_generators REQUIRED)
1515

1616
# generate service

system_modes_msgs/package.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,15 @@
1515
<url type="bugtracker">https://github.com/micro-ROS/system_modes/issues</url>
1616

1717
<buildtool_depend>ament_cmake</buildtool_depend>
18+
<buildtool_depend>rosidl_default_generators</buildtool_depend>
1819

19-
<depend>builtin_interfaces</depend>
20-
<depend>rosidl_default_generators</depend>
20+
<depend>ament_cmake_cppcheck</depend>
21+
<depend>ament_cmake_cpplint</depend>
22+
23+
<exec_depend>rosidl_default_runtime</exec_depend>
2124

2225
<test_depend>ament_lint_auto</test_depend>
23-
<test_depend>ament_cmake_cppcheck</test_depend>
26+
<test_depend>ament_lint_common</test_depend>
2427

2528
<member_of_group>rosidl_interface_packages</member_of_group>
2629

0 commit comments

Comments
 (0)