[ros-users] [Discourse.ros.org] [General] OpenCV 3.3.1 is breaking builds in Kinetic

Lucas Walter ros.discourse at gmail.com
Mon Dec 11 21:08:20 UTC 2017



Take a look at https://github.com/ros-perception/vision_opencv/issues/192

But you need this now in your CMakeLists.txt:

```
find_package(OpenCV REQUIRED)
...
target_link_libraries(
  ...
  ${OpenCV_LIBRARIES}
```





---
[Visit Topic](https://discourse.ros.org/t/opencv-3-3-1-is-breaking-builds-in-kinetic/3384/2) or reply to this email to respond.




More information about the ros-users mailing list