Skip to content

Commit

Permalink
fix(had_map_utils): modify build error in rolling (tier4#782)
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
Signed-off-by: guiping meng <alan.meng@autocore.ai>
  • Loading branch information
wep21 authored and alanmengg committed Sep 21, 2022
1 parent b91a7fa commit 7075fca
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 7075fca

Please sign in to comment.