Made dependency of opencv_objdetect from opencv_highgui optional.

This commit is contained in:
Andrey Kamaev
2012-03-27 20:17:31 +00:00
parent e1378aad79
commit 67838a7a66
4 changed files with 87 additions and 73 deletions

View File

@@ -1,2 +1,2 @@
set(the_description "Object Detection")
ocv_define_module(objdetect opencv_highgui opencv_calib3d)
ocv_define_module(objdetect opencv_calib3d OPTIONAL opencv_highgui)