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]>
  • Loading branch information
Ryanf55 committed Feb 17, 2024
1 parent 33a3cf2 commit 66a07d8
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 66a07d8

Please sign in to comment.