Skip to content

Commit

Permalink
Use old-style variables for filter include directories
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
(cherry picked from commit 66a07d8)
  • Loading branch information
Ryanf55 authored and mergify[bot] committed Feb 18, 2024
1 parent c76f647 commit e1f13cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions grid_map_cv/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ target_link_libraries(${PROJECT_NAME} PUBLIC
${sensor_msgs_TARGETS}
)

# Filters does not expose targets (yet)
target_include_directories(${PROJECT_NAME}
PUBLIC
${filters_INCLUDE_DIRS}
)

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

0 comments on commit e1f13cc

Please sign in to comment.