File: 0006-Debian-only-remove-tf2_ros-from-tf2_geometry_msgs.patch

package info (click to toggle)
ros-geometry2 0.7.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,604 kB
  • sloc: cpp: 10,685; python: 1,072; xml: 271; sh: 21; makefile: 7
file content (22 lines) | stat: -rw-r--r-- 706 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Sat, 8 Dec 2018 12:06:49 +0100
Subject: Debian only: remove tf2_ros from tf2_geometry_msgs

Only the Python python part depends on it.
---
 tf2_geometry_msgs/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tf2_geometry_msgs/CMakeLists.txt b/tf2_geometry_msgs/CMakeLists.txt
index fd1f0e1..eb17a75 100644
--- a/tf2_geometry_msgs/CMakeLists.txt
+++ b/tf2_geometry_msgs/CMakeLists.txt
@@ -12,7 +12,7 @@ catkin_package(
    LIBRARIES ${KDL_LIBRARY}
    INCLUDE_DIRS include
    DEPENDS orocos_kdl
-   CATKIN_DEPENDS  geometry_msgs tf2_ros tf2)
+   CATKIN_DEPENDS  geometry_msgs tf2)
 
 
 include_directories(include