Skip to content

Commit

Permalink
Remove unnecessary xmlrpcpp dependency from message_filters. (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfoote authored and mikepurvis committed Dec 14, 2017
1 parent 44b33aa commit 6e8b72d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions utilities/message_filters/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ if(NOT WIN32)
set_directory_properties(PROPERTIES COMPILE_OPTIONS "-Wall;-Wextra")
endif()

find_package(catkin REQUIRED COMPONENTS roscpp xmlrpcpp rosconsole)
find_package(catkin REQUIRED COMPONENTS roscpp rosconsole)
catkin_package(
INCLUDE_DIRS include
LIBRARIES message_filters
CATKIN_DEPENDS roscpp xmlrpcpp rosconsole
CATKIN_DEPENDS roscpp rosconsole
)
catkin_python_setup()

Expand Down
2 changes: 0 additions & 2 deletions utilities/message_filters/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@
<build_depend>roscpp</build_depend>
<build_depend>rostest</build_depend>
<build_depend>rosunit</build_depend>
<build_depend>xmlrpcpp</build_depend>

<run_depend>rosconsole</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>xmlrpcpp</run_depend>

<export>
<rosdoc config="rosdoc.yaml"/>
Expand Down

0 comments on commit 6e8b72d

Please sign in to comment.