Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion moveit_core/ConfigExtras.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ find_package(
REQUIRED
chrono
date_time
filesystem
iostreams
program_options
regex
Expand Down
1 change: 0 additions & 1 deletion moveit_planners/ompl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ find_package(
Boost
REQUIRED
system
filesystem
date_time
thread
serialization)
Expand Down
2 changes: 1 addition & 1 deletion moveit_ros/benchmarks/ConfigExtras.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Extras module needed for dependencies to find boost components

find_package(Boost REQUIRED date_time filesystem)
find_package(Boost REQUIRED date_time)
2 changes: 0 additions & 2 deletions moveit_ros/benchmarks/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

<build_depend>libboost-dev</build_depend>
<build_depend>libboost-date-time-dev</build_depend>
<build_depend>libboost-filesystem-dev</build_depend>

<depend>moveit_ros_planning</depend>
<depend>moveit_ros_warehouse</depend>
Expand All @@ -31,7 +30,6 @@
<depend version_gte="1.11.2">pluginlib</depend>

<exec_depend>libboost-date-time</exec_depend>
<exec_depend>libboost-filesystem</exec_depend>
<exec_depend>moveit_configs_utils</exec_depend>
<exec_depend>launch_param_builder</exec_depend>

Expand Down
1 change: 0 additions & 1 deletion moveit_ros/benchmarks/src/BenchmarkExecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ using boost_progress_display = boost::progress_display;
#endif

#include <boost/math/constants/constants.hpp>
#include <boost/filesystem.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <math.h>
#include <limits>
Expand Down
2 changes: 1 addition & 1 deletion moveit_ros/hybrid_planning/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ament_target_dependencies(cancel_action PUBLIC ${THIS_PACKAGE_INCLUDE_DEPENDS})
if(BUILD_TESTING)
find_package(ament_cmake_gtest REQUIRED)
find_package(ros_testing REQUIRED)
find_package(Boost REQUIRED COMPONENTS filesystem)
find_package(Boost REQUIRED COMPONENTS)

# TODO (vatanaksoytezer / andyze: Flaky behaviour, investigate and re-enable
# this test asap) Basic integration tests
Expand Down
1 change: 0 additions & 1 deletion moveit_ros/move_group/ConfigExtras.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ find_package(
Boost
REQUIRED
system
filesystem
date_time
program_options
thread)
1 change: 0 additions & 1 deletion moveit_ros/planning/ConfigExtras.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ find_package(
Boost
REQUIRED
system
filesystem
date_time
program_options
thread
Expand Down
2 changes: 1 addition & 1 deletion moveit_ros/planning_interface/ConfigExtras.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

find_package(
Boost REQUIRED
COMPONENTS date_time filesystem program_options
COMPONENTS date_time program_options
# ${BOOST_PYTHON_COMPONENT}
system thread)
2 changes: 1 addition & 1 deletion moveit_ros/visualization/ConfigExtras.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Extras module needed for dependencies to find boost components

find_package(Boost REQUIRED thread date_time system filesystem)
find_package(Boost REQUIRED thread date_time system)
1 change: 0 additions & 1 deletion moveit_ros/warehouse/ConfigExtras.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ find_package(
REQUIRED
thread
system
filesystem
regex
date_time
program_options)