Skip to content

Commit 4c1051c

Browse files
Ryanf55mergify[bot]
authored andcommitted
Use old-style variables for filter include directories
Signed-off-by: Ryan Friedman <[email protected]> (cherry picked from commit 66a07d8)
1 parent 6472f3f commit 4c1051c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

grid_map_cv/CMakeLists.txt

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

55+
# Filters does not expose targets (yet)
56+
target_include_directories(${PROJECT_NAME}
57+
PUBLIC
58+
${filters_INCLUDE_DIRS}
59+
)
60+
5561
#############
5662
## Install ##
5763
#############

0 commit comments

Comments
 (0)