Skip to content

Commit

Permalink
Remove dummy dep to system_lib. (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Jul 31, 2017
1 parent 543607a commit f2bcbd5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion costmap_cspace/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ generate_messages(
catkin_package(
INCLUDE_DIRS include
CATKIN_DEPENDS roscpp sensor_msgs geometry_msgs message_runtime laser_geometry tf tf2_sensor_msgs
DEPENDS system_lib
)

include(CheckCXXCompilerFlag)
Expand Down
1 change: 0 additions & 1 deletion planner_cspace/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ generate_messages(DEPENDENCIES std_msgs)

catkin_package(
CATKIN_DEPENDS roscpp sensor_msgs geometry_msgs tf costmap_cspace
DEPENDS system_lib
)

include(CheckCXXCompilerFlag)
Expand Down
1 change: 0 additions & 1 deletion track_odometry/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ find_package(catkin REQUIRED COMPONENTS

catkin_package(
CATKIN_DEPENDS roscpp tf sensor_msgs std_msgs nav_msgs trajectory_msgs geometry_msgs rostest
DEPENDS system_lib
)

include(CheckCXXCompilerFlag)
Expand Down

0 comments on commit f2bcbd5

Please sign in to comment.