fixed OpenCVDetectTBB.cmake (WIN32 x86 VS library path)
This commit is contained in:
parent
53c39a7a53
commit
014577b433
@ -37,7 +37,7 @@ if(NOT HAVE_TBB)
|
||||
|
||||
if(CMAKE_SYSTEM_PROCESSOR MATCHES amd64*|x86_64* OR MSVC64)
|
||||
set(_TBB_LIB_PATH "${_TBB_LIB_PATH}/intel64")
|
||||
elseif()
|
||||
else()
|
||||
set(_TBB_LIB_PATH "${_TBB_LIB_PATH}/ia32")
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user