Skip to content

Commit

Permalink
fix(autoware_auto_common): fix build dependency on geometry_msgs (aut…
Browse files Browse the repository at this point in the history
…owarefoundation#428)

Signed-off-by: v-sugahara7993-esol <v-sugahara7993@esol.co.jp>
  • Loading branch information
v-sugahara7993-esol authored May 12, 2023
1 parent 47089ce commit 0c480dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common/autoware_auto_common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ if(BUILD_TESTING)
autoware_set_compile_options(${TEST_COMMON})
target_compile_options(${TEST_COMMON} PRIVATE -Wno-sign-conversion)
target_include_directories(${TEST_COMMON} PRIVATE include)
ament_target_dependencies(${TEST_COMMON} builtin_interfaces Eigen3)
ament_target_dependencies(${TEST_COMMON}
builtin_interfaces
Eigen3
geometry_msgs
)
endif()

# Ament Exporting
Expand Down
1 change: 1 addition & 0 deletions common/autoware_auto_common/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>geometry_msgs</test_depend>

<export><build_type>ament_cmake</build_type></export>
</package>

0 comments on commit 0c480dc

Please sign in to comment.