Skip to content

Commit

Permalink
Remove unnecessary boost signals find_package
Browse files Browse the repository at this point in the history
With Boost >1.69 hector_mapping won't build. Furthermore, hector_mapping doesn't use signals anywhere.
  • Loading branch information
awesomebytes committed May 11, 2020
1 parent 560501f commit a54a7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hector_mapping/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(hector_mapping)
find_package(catkin REQUIRED COMPONENTS roscpp nav_msgs visualization_msgs tf message_filters laser_geometry tf_conversions message_generation)

## System dependencies are found with CMake's conventions
find_package(Boost REQUIRED COMPONENTS thread signals)
find_package(Boost REQUIRED COMPONENTS thread)
include_directories(${Boost_INCLUDE_DIRS})

# Find Eigen3 (from http://wiki.ros.org/jade/Migration)
Expand Down

0 comments on commit a54a7c7

Please sign in to comment.