Skip to content

Commit

Permalink
Remove build_dep generate_parameter_library from public dependencies …
Browse files Browse the repository at this point in the history
…of steering_controllers_library
  • Loading branch information
traversaro authored Jan 2, 2025
1 parent 266c8de commit b1ee535
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion steering_controllers_library/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
set(THIS_PACKAGE_INCLUDE_DEPENDS
control_msgs
controller_interface
generate_parameter_library
geometry_msgs
hardware_interface
nav_msgs
Expand All @@ -32,6 +31,7 @@ set(THIS_PACKAGE_INCLUDE_DEPENDS

find_package(ament_cmake REQUIRED)
find_package(backward_ros REQUIRED)
find_package(generate_parameter_library)
foreach(Dependency IN ITEMS ${THIS_PACKAGE_INCLUDE_DEPENDS})
find_package(${Dependency} REQUIRED)
endforeach()
Expand Down
1 change: 0 additions & 1 deletion steering_controllers_library/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<depend>backward_ros</depend>
<depend>control_msgs</depend>
<depend>controller_interface</depend>
<depend>generate_parameter_library</depend>
<depend>geometry_msgs</depend>
<depend>hardware_interface</depend>
<depend>nav_msgs</depend>
Expand Down

0 comments on commit b1ee535

Please sign in to comment.