Skip to content

Commit

Permalink
Sort dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjw committed Sep 6, 2022
1 parent 838865a commit d41dd06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ cmake_minimum_required(VERSION 3.22)
project(generate_parameter_library_example)

find_package(ament_cmake REQUIRED)
find_package(rclcpp REQUIRED)
find_package(rclcpp_lifecycle REQUIRED)
find_package(generate_parameter_library REQUIRED)
find_package(rclcpp REQUIRED)
find_package(rclcpp_components REQUIRED)

generate_parameter_library(admittance_controller_parameters
Expand Down
2 changes: 1 addition & 1 deletion example/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<license>BSD-3-Clause</license>
<author email="paul.gesel@picknik.ai">Paul Gesel</author>

<depend>rclcpp</depend>
<depend>generate_parameter_library</depend>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>

<buildtool_depend>ament_cmake</buildtool_depend>
Expand Down

0 comments on commit d41dd06

Please sign in to comment.