fixed OpenCVDetectTBB.cmake (WIN32 x86 VS library path)

This commit is contained in:
Vladislav Vinogradov 2012-02-06 06:11:23 +00:00
parent 53c39a7a53
commit 014577b433

View File

@ -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()