Fixed warnings for XCode 7.1.1 and cmake 3.3.2, rewrote one method in sliency to avoid clang 7.0.0 crash
parent
5e008c8758
commit
189c2b47c6
7 changed files with 32 additions and 27 deletions
@ -1,3 +1,5 @@ |
|||||||
set(the_description "Object detection algorithms") |
set(the_description "Object detection algorithms") |
||||||
ocv_define_module(xobjdetect opencv_core opencv_imgproc opencv_highgui opencv_objdetect WRAP python) |
ocv_define_module(xobjdetect opencv_core opencv_imgproc opencv_highgui opencv_objdetect WRAP python) |
||||||
|
if (NOT IOS) |
||||||
add_subdirectory(tools) |
add_subdirectory(tools) |
||||||
|
endif() |
||||||
|
Loading…
Reference in new issue