summaryrefslogtreecommitdiff
path: root/dev-ros/visp_auto_tracker/files/boost170.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-07 00:16:33 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-07 00:16:33 +0100
commitd162ba1860a88062f4cd61f8b52fc303ba0b2991 (patch)
tree24cd2cf57f3932a24b96e4a0f6666489447e43ba /dev-ros/visp_auto_tracker/files/boost170.patch
parent590b9b7b03bf4651e099949e318755af7cfa81b8 (diff)
gentoo resync : 07.08.2021
Diffstat (limited to 'dev-ros/visp_auto_tracker/files/boost170.patch')
-rw-r--r--dev-ros/visp_auto_tracker/files/boost170.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-ros/visp_auto_tracker/files/boost170.patch b/dev-ros/visp_auto_tracker/files/boost170.patch
deleted file mode 100644
index 47f04d4989a3..000000000000
--- a/dev-ros/visp_auto_tracker/files/boost170.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: visp_auto_tracker/CMakeLists.txt
-===================================================================
---- visp_auto_tracker.orig/CMakeLists.txt
-+++ visp_auto_tracker/CMakeLists.txt
-@@ -36,7 +36,7 @@ find_package(catkin REQUIRED COMPONENTS
- find_package(VISP)
-
- find_package(Boost REQUIRED
-- COMPONENTS filesystem system signals regex date_time program_options thread)
-+ COMPONENTS filesystem system regex date_time program_options thread)
-
- include_directories(
- ${Boost_INCLUDE_DIRS}