[ros-users] [Discourse.ros.org] [General] OpenCV 3.3.1 is br…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: P. J. Reed via ros-users
Date:  
To: ros-users
CC: P. J. Reed
Subject: [ros-users] [Discourse.ros.org] [General] OpenCV 3.3.1 is breaking builds in Kinetic


I don't think that's my issue, unfortunately. `swri_geometry_util`'s CMakeLists.txt has the following:

```
find_package(OpenCV REQUIRED core)
...
include_directories(include ${catkin_INCLUDE_DIRS} ${OpenCV_INCLUDE_DIRS} ${GEOS_INCLUDE_DIRS} ${EIGEN3_INCLUDE_DIRS})
...
target_link_libraries(${PROJECT_NAME} ${catkin_LIBRARIES} ${OpenCV_LIBRARIES} ${GEOS_LIBRARIES})
```

However, I still get a build failure about "No rule to make target 'opencv_core-NOTFOUND'". Here's an example Dockerfile that demonstrates the issue: https://pastebin.com/yN9f4i6v





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


If you do not want to receive messages from ros-users please use the unsubscribe link below. If you use the one above, you will stop all of ros-users from receiving updates.
______________________________________________________________________________
ros-users mailing list

http://lists.ros.org/mailman/listinfo/ros-users
Unsubscribe: <http://lists.ros.org/mailman//options/ros-users>