Skip to content

Commit

Permalink
Fix bfl include directory (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
tulku authored and DLu committed Aug 16, 2019
1 parent 68ecefa commit c0924df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion people_tracking_filter/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project(people_tracking_filter)
find_package(PkgConfig)
pkg_check_modules(BFL REQUIRED orocos-bfl)

include_directories(${BFL_INCLUDE_DIRS})
include_directories(${BFL_INCLUDE_DIRS}/bfl)
link_directories(${BFL_LIBRARY_DIRS})

find_package(catkin REQUIRED COMPONENTS
Expand Down

0 comments on commit c0924df

Please sign in to comment.