Commit b8767f5f authored by Andrey Kamaev's avatar Andrey Kamaev

Disable TBB on Android for mips

parent 2cc262bc
if(ANDROID)
if(ANDROID AND NOT MIPS)
add_subdirectory("${OpenCV_SOURCE_DIR}/3rdparty/tbb")
include_directories(SYSTEM ${TBB_INCLUDE_DIRS})
set(OPENCV_LINKER_LIBS ${OPENCV_LINKER_LIBS} tbb)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment