Skip to content

Commit c116f0f

Browse files
authored
Merge pull request #446 from ANYbotics/mergify/bp/iron/pr-442
Bugfix use old style include directories for filters (backport #442)
2 parents 6472f3f + 14d92bb commit c116f0f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

grid_map_cv/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ target_link_libraries(${PROJECT_NAME} PUBLIC
5252
${sensor_msgs_TARGETS}
5353
)
5454

55+
# Filters does not expose targets (yet)
56+
# https://github.com/ros/filters/pull/70
57+
target_include_directories(${PROJECT_NAME}
58+
PUBLIC
59+
${filters_INCLUDE_DIRS}
60+
)
61+
5562
#############
5663
## Install ##
5764
#############

0 commit comments

Comments
 (0)