Files
gentoo/dev-ros/image_cb_detector/files/gcc6.patch
Alexis Ballier 46c9a7464d dev-ros/image_cb_detector: Fix build with gcc6.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
2017-01-27 10:34:26 +01:00

14 lines
495 B
Diff

Index: image_cb_detector/CMakeLists.txt
===================================================================
--- image_cb_detector.orig/CMakeLists.txt
+++ image_cb_detector/CMakeLists.txt
@@ -24,7 +24,7 @@ catkin_package(INCLUDE_DIRS include
# define some includes
include_directories(include)
-include_directories(SYSTEM ${Boost_INCLUDE_DIRS}
+include_directories(${Boost_INCLUDE_DIRS}
${catkin_INCLUDE_DIRS}
${OpenCV_INCLUDE_DIRS}
)