diff --git a/modules/xobjdetect/tools/waldboost_detector/CMakeLists.txt b/modules/xobjdetect/tools/waldboost_detector/CMakeLists.txt index 5f34f1e71..7d2272a9a 100644 --- a/modules/xobjdetect/tools/waldboost_detector/CMakeLists.txt +++ b/modules/xobjdetect/tools/waldboost_detector/CMakeLists.txt @@ -1,7 +1,7 @@ set(name waldboost_detector) set(the_target opencv_${name}) -set(OPENCV_${the_target}_DEPS opencv_core opencv_imgcodecs opencv_videoio +set(OPENCV_${the_target}_DEPS opencv_core opencv_imgproc opencv_imgcodecs opencv_videoio opencv_highgui opencv_xobjdetect) ocv_check_dependencies(${OPENCV_${the_target}_DEPS})