Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <[email protected]>
  • Loading branch information
ajtudela committed Nov 8, 2024
1 parent 90578ae commit ef472de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dsr_util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ endif()
find_package(ament_cmake REQUIRED)
find_package(bond REQUIRED)
find_package(bondcpp REQUIRED)
find_package(Boost REQUIRED)
find_package(dsr_msgs REQUIRED)
find_package(eigen3_cmake_module REQUIRED)
find_package(Eigen3 REQUIRED)
Expand Down Expand Up @@ -175,6 +176,7 @@ ament_export_include_directories(include/${PROJECT_NAME})
ament_export_libraries(agent_node qt_executor)
ament_export_dependencies(
bondcpp
Boost
dsr_msgs
eigen3_cmake_module
geometry_msgs
Expand Down
1 change: 1 addition & 0 deletions dsr_util/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<depend>bond</depend>
<depend>bondcpp</depend>
<depend>boost</depend>
<depend>dsr_msgs</depend>
<depend>eigen</depend>
<depend>fastcdr</depend>
Expand Down

0 comments on commit ef472de

Please sign in to comment.