Skip to content

Commit

Permalink
added ament_cmake_clang_format dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
berndpfrommer committed Apr 13, 2024
1 parent 8e60141 commit a53331e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ endif()
# find dependencies
find_package(ament_cmake REQUIRED)
find_package(ament_cmake_auto REQUIRED)
find_package(ament_cmake_ros REQUIRED)


set(ROS2_DEPENDENCIES
"rclcpp"
Expand Down
1 change: 1 addition & 0 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>ament_cmake_clang_format</test_depend>

<depend>std_srvs</depend>
<depend>rclcpp</depend>
Expand Down

0 comments on commit a53331e

Please sign in to comment.