You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ros/visp_auto_tracker/files/boost170.patch

14 lines
497 B

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}