mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
14 lines
495 B
Diff
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}
|
|
)
|