1 | initial version |
There are two possible solutions for your issue.
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.
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.