Skip to content

Commit e332abb

Browse files
authored
Merge pull request #442 from Ryanf55/bugfix-use-old-style-for-filters
Bugfix use old style include directories for filters
2 parents 6caad33 + b187447 commit e332abb

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)