Skip to content

Commit

Permalink
Merge pull request #446 from ANYbotics/mergify/bp/iron/pr-442
Browse files Browse the repository at this point in the history
Bugfix use old style include directories for filters (backport #442)
  • Loading branch information
Ryanf55 authored Feb 18, 2024
2 parents 6472f3f + 14d92bb commit c116f0f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions grid_map_cv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ target_link_libraries(${PROJECT_NAME} PUBLIC
${sensor_msgs_TARGETS}
)

# Filters does not expose targets (yet)
# https://github.com/ros/filters/pull/70
target_include_directories(${PROJECT_NAME}
PUBLIC
${filters_INCLUDE_DIRS}
)

#############
## Install ##
#############
Expand Down

0 comments on commit c116f0f

Please sign in to comment.