Skip to content

Commit

Permalink
Add missing dependency on ament_cmake
Browse files Browse the repository at this point in the history
Signed-off-by: Rufus Wong <[email protected]>
  • Loading branch information
rcywongaa committed Jun 8, 2024
1 parent 97669af commit db8dd14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions topic_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.8)
project(topic_tools)

find_package(ament_cmake REQUIRED)
find_package(rclcpp REQUIRED)
find_package(rclcpp_components REQUIRED)
find_package(topic_tools_interfaces REQUIRED)
Expand Down
1 change: 1 addition & 0 deletions topic_tools/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<maintainer email="[email protected]">ROS Tooling Working Group</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>

Expand Down
1 change: 1 addition & 0 deletions topic_tools_interfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic)
endif()

find_package(ament_cmake REQUIRED)
find_package(rosidl_default_generators REQUIRED)
find_package(builtin_interfaces REQUIRED)

Expand Down
1 change: 1 addition & 0 deletions topic_tools_interfaces/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<maintainer email="[email protected]">ROS Tooling Working Group</maintainer>
<license>Apache License 2.0</license>

<buildtool_depend>ament_cmake</buildtool_depend>

<build_depend>rosidl_default_generators</build_depend>

Expand Down

0 comments on commit db8dd14

Please sign in to comment.