From: StevenPuttemans Date: Thu, 29 Aug 2013 14:09:48 +0000 (+0200) Subject: Added fix in CMakeLists.txt for contrib module. X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~1314^2~908^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=caaf440bd8d4344aafcda2fab0810e2090b94fca;p=platform%2Fupstream%2Fopencv.git Added fix in CMakeLists.txt for contrib module. --- diff --git a/modules/contrib/CMakeLists.txt b/modules/contrib/CMakeLists.txt index 81c9ea4..26af1e3 100644 --- a/modules/contrib/CMakeLists.txt +++ b/modules/contrib/CMakeLists.txt @@ -1 +1 @@ -ocv_define_module(contrib opencv_imgproc opencv_calib3d opencv_features2d opencv_ml opencv_video opencv_objdetect OPTIONAL opencv_highgui) +ocv_define_module(contrib opencv_imgproc opencv_calib3d opencv_features2d opencv_ml opencv_video opencv_objdetect opencv_nonfree OPTIONAL opencv_highgui)