Ask Your Question

Revision history [back]

There are two possible solutions for your issue.

  1. If you want to use your compiled binaries of TBB you need to create pkgconfig or cmake module file for it and/or place it in the right place.

  2. You can use built-in cmake scripts for TBB. Just add "-DWITH_TBB=ON -DBUILD_TBB=ON" to OpenCV cmake command line. Cmake automatically downloads the latest supported TBB version and build it with OpenCV. In this case some additional ARM specific issues in TBB will be fixed.