Skip to content

Commit

Permalink
Revert "fix(had_map_utils): modify build error in rolling (#782)"
Browse files Browse the repository at this point in the history
This reverts commit 515eb22.

Signed-off-by: guiping meng <alan.meng@autocore.ai>
  • Loading branch information
alanmengg committed Sep 21, 2022
1 parent cce99b2 commit 6f8075a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions common/had_map_utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,9 @@ ament_auto_add_library(${PROJECT_NAME} SHARED
src/had_map_query.cpp
src/had_map_visualization.cpp)

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

Expand Down

0 comments on commit 6f8075a

Please sign in to comment.