aboutsummaryrefslogtreecommitdiff
path: root/ports/opencv/open_contrib-remove-waldboost.patch
blob: 6c4da30ae2c1bb4d0dcdfd6fac45495a4e1ceba4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/modules/xobjdetect/CMakeLists.txt b/modules/xobjdetect/CMakeLists.txt
index 567909b..2f30b41 100644
--- a/modules/xobjdetect/CMakeLists.txt
+++ b/modules/xobjdetect/CMakeLists.txt
@@ -1,5 +1,2 @@
 set(the_description "Object detection algorithms")
 ocv_define_module(xobjdetect opencv_core opencv_imgproc opencv_highgui opencv_objdetect WRAP python)
-if (NOT APPLE_FRAMEWORK)
-    add_subdirectory(tools)
-endif()
--
2.12.0.windows.1