Merge pull request #11253 from mshabunin:decrease-tbb-dependency

This commit is contained in:
Alexander Alekhin
2018-04-09 16:03:34 +00:00
7 changed files with 4 additions and 791 deletions
-4
View File
@@ -107,7 +107,3 @@ endif()
if(TBB_INTERFACE_VERSION LESS 6000) # drop support of versions < 4.0
set(HAVE_TBB FALSE)
endif()
if(HAVE_TBB)
list(APPEND OPENCV_LINKER_LIBS tbb)
endif()