Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Oct 10, 2022
1 parent 1295f94 commit 472f319
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recipes/opencv/4.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,6 @@ def ipp():
opencv_components.extend([
{"target": "opencv_dnn", "lib": "dnn", "requires": ["opencv_core", "opencv_imgproc"] + protobuf() + ipp()},
{"target": "opencv_objdetect", "lib": "objdetect", "requires": ["opencv_core", "opencv_flann", "opencv_imgproc", "opencv_features2d", "opencv_calib3d"] + eigen() + quirc() + ipp()},

])
if self.options.contrib:
opencv_components.extend([
Expand Down Expand Up @@ -700,7 +699,6 @@ def ipp():
{"target": "multiview", "lib": "multiview", "requires": ["numeric", "gflags::gflags"] + eigen() + ipp()},
])


if self.options.with_cuda:
opencv_components.extend([
{"target": "opencv_cudaarithm", "lib": "cudaarithm", "requires": ["opencv_core"] + eigen() + ipp()},
Expand Down

0 comments on commit 472f319

Please sign in to comment.