Skip to content

Commit

Permalink
Added suuport for finding Intel TBB for Visual Studio 2013
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijit Kundu authored and Dikay900 committed Apr 25, 2015
1 parent 26e3bcb commit fd4df0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/OpenCVDetectTBB.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ if(NOT HAVE_TBB)
set(_TBB_LIB_PATH "${_TBB_LIB_PATH}/vc10")
elseif(MSVC11)
set(_TBB_LIB_PATH "${_TBB_LIB_PATH}/vc11")
elseif(MSVC12)
set(_TBB_LIB_PATH "${_TBB_LIB_PATH}/vc12")
endif()
set(TBB_LIB_DIR "${_TBB_LIB_PATH}" CACHE PATH "Full path of TBB library directory")
link_directories("${TBB_LIB_DIR}")
Expand Down

0 comments on commit fd4df0f

Please sign in to comment.