Fix build errors

pull/40/head
Vlad Shakhuro 10 years ago
parent 2aea4f317b
commit 6c9712de84
  1. 3
      modules/adas/tools/fcw_detect/CMakeLists.txt
  2. 3
      modules/adas/tools/fcw_train/CMakeLists.txt

@ -1,7 +1,8 @@
set(name fcw_detect)
set(the_target opencv_${name})
set(OPENCV_${the_target}_DEPS opencv_xobjdetect)
set(OPENCV_${the_target}_DEPS opencv_core opencv_imgcodecs opencv_videoio
opencv_highgui opencv_xobjdetect)
ocv_check_dependencies(${OPENCV_${the_target}_DEPS})

@ -1,7 +1,8 @@
set(name fcw_train)
set(the_target opencv_${name})
set(OPENCV_${the_target}_DEPS opencv_xobjdetect)
set(OPENCV_${the_target}_DEPS opencv_core opencv_imgcodecs opencv_videoio
opencv_highgui opencv_xobjdetect)
ocv_check_dependencies(${OPENCV_${the_target}_DEPS})

Loading…
Cancel
Save