OpenCV 3.3.1 is breaking builds in Kinetic

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}