File: 0004-Drop-unused-rosunit-dependency.patch

package info (click to toggle)
ros-rosconsole 1.14.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 468 kB
  • sloc: cpp: 2,460; ansic: 390; python: 141; xml: 23; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,015 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Fri, 26 May 2023 22:19:49 +0200
Subject: Drop unused rosunit dependency

---
 CMakeLists.txt | 2 +-
 package.xml    | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index b28a833..dec1382 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ if(NOT WIN32)
   set_directory_properties(PROPERTIES COMPILE_OPTIONS "-Wall;-Wextra")
 endif()
 
-find_package(catkin REQUIRED COMPONENTS cpp_common rostime rosunit)
+find_package(catkin REQUIRED COMPONENTS cpp_common rostime)
 
 find_package(Boost REQUIRED COMPONENTS regex system thread)
 
diff --git a/package.xml b/package.xml
index d717128..25b98ec 100644
--- a/package.xml
+++ b/package.xml
@@ -17,7 +17,6 @@
   <build_depend>cpp_common</build_depend>
   <build_depend>log4cxx</build_depend>
   <build_depend>rostime</build_depend>
-  <build_depend>rosunit</build_depend>
 
   <run_depend>apr</run_depend>
   <run_depend>cpp_common</run_depend>