Skip to content

Commit

Permalink
fix(aeva): add missing diagnostic_updater dependency in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex committed Sep 3, 2024
1 parent 07f716a commit e2da3f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nebula_ros/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,13 @@ add_library(aeva_ros_wrapper SHARED
)

target_include_directories(aeva_ros_wrapper PUBLIC
${diagnostic_updater_INCLUDE_DIRS}
${nebula_decoders_INCLUDE_DIRS}
${nebula_hw_interfaces_INCLUDE_DIRS}
)

target_link_libraries(aeva_ros_wrapper PUBLIC
${diagnostic_updater_TARGETS}
nebula_decoders::nebula_decoders_aeva
nebula_hw_interfaces::nebula_hw_interfaces_aeva
)
Expand Down

0 comments on commit e2da3f4

Please sign in to comment.