Skip to content

Commit 8ccba1d

Browse files
committed
fix
1 parent 506ab8e commit 8ccba1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/xobjdetect/tools/waldboost_detector/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(name waldboost_detector)
22
set(the_target opencv_${name})
33

4-
set(OPENCV_${the_target}_DEPS opencv_core opencv_imgcodecs opencv_videoio
4+
set(OPENCV_${the_target}_DEPS opencv_core opencv_imgproc opencv_imgcodecs opencv_videoio
55
opencv_highgui opencv_xobjdetect)
66

77
ocv_check_dependencies(${OPENCV_${the_target}_DEPS})

0 commit comments

Comments
 (0)