Commit 014577b4 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

fixed OpenCVDetectTBB.cmake (WIN32 x86 VS library path)

parent 53c39a7a
......@@ -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()
......
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