Update opencv patch.

This commit is contained in:
Richard Shaw 2017-02-20 19:17:55 -06:00
parent 1bad9333c8
commit c7aa209cc7
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
)
-set (opencv_components opencv_highgui opencv_imgproc opencv_core)
+set (opencv_components opencv_imgproc opencv_core)
-set (opencv_components opencv_highgui opencv_core)
+set (opencv_components opencv_core)
if (NOT ${OpenCV_VERSION} VERSION_LESS 3.0.0)
set (opencv_components opencv_videoio ${opencv_components})
+else ()