Skip to content

Commit

Permalink
fix(had_map_utils): modify build error in rolling (#782)
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
  • Loading branch information
wep21 authored Apr 25, 2022
1 parent b91a7fa commit cf13680
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common/had_map_utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ ament_auto_add_library(${PROJECT_NAME} SHARED
src/had_map_query.cpp
src/had_map_visualization.cpp)

# Disable warnings due to external dependencies (Eigen)
# Disable warnings due to external dependencies
get_target_property(lanelet2_core_INCLUDE_DIR
lanelet2_core::lanelet2_core INTERFACE_INCLUDE_DIRECTORIES
)
target_include_directories(${PROJECT_NAME} SYSTEM PUBLIC
${EIGEN3_INCLUDE_DIR}
${lanelet2_core_INCLUDE_DIR}
${rclcpp_INCLUDE_DIRS}
)

Expand Down

0 comments on commit cf13680

Please sign in to comment.