Skip to content

Commit

Permalink
chore(nebula_tests): fix missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex committed Sep 2, 2024
1 parent 31a26ce commit 1df487e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nebula_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ find_package(nebula_common REQUIRED)
find_package(nebula_decoders REQUIRED)
find_package(PCL REQUIRED COMPONENTS common)
find_package(rosbag2_cpp REQUIRED)
find_package(diagnostic_updater REQUIRED)


if(BUILD_TESTING)
Expand All @@ -43,12 +44,14 @@ if(BUILD_TESTING)
${nebula_decoders_INCLUDE_DIRS}
${PCL_INCLUDE_DIRS}
${rosbag2_cpp_INCLUDE_DIRS}
${diagnostic_updater_INCLUDE_DIRS}
)

set(NEBULA_TEST_LIBRARIES
${nebula_common_TARGETS}
${PCL_LIBRARIES}
${rosbag2_cpp_TARGETS}
${diagnostic_updater_TARGETS}
)

set(CONTINENTAL_TEST_LIBRARIES
Expand Down
1 change: 1 addition & 0 deletions nebula_tests/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<buildtool_depend>ros_environment</buildtool_depend>

<depend>diagnostic_updater</depend>
<depend>nebula_common</depend>
<depend>nebula_decoders</depend>
<depend>rosbag2_cpp</depend>
Expand Down

0 comments on commit 1df487e

Please sign in to comment.