Skip to content

Commit

Permalink
attempt to fix debian build
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson committed Jul 27, 2018
1 parent 960ec29 commit 0cd732e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions costmap_2d/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ find_package(catkin REQUIRED
voxel_grid
)

remove_definitions(-DDISABLE_LIBUSB-1.0)
find_package(Eigen3 REQUIRED)
find_package(Boost REQUIRED COMPONENTS system thread)
find_package(Boost REQUIRED COMPONENTS system)
include_directories(
include
${catkin_INCLUDE_DIRS}
Expand Down

0 comments on commit 0cd732e

Please sign in to comment.