From caaf440bd8d4344aafcda2fab0810e2090b94fca Mon Sep 17 00:00:00 2001 From: StevenPuttemans Date: Thu, 29 Aug 2013 16:09:48 +0200 Subject: [PATCH] Added fix in CMakeLists.txt for contrib module. --- modules/contrib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.7.4