Skip to content

Commit

Permalink
Merge pull request #442 from Ryanf55/bugfix-use-old-style-for-filters
Browse files Browse the repository at this point in the history
Bugfix use old style include directories for filters
  • Loading branch information
Ryanf55 authored Feb 18, 2024
2 parents 6caad33 + b187447 commit e332abb
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 e332abb

Please sign in to comment.