提交 014577b4 编写于 作者: V Vladislav Vinogradov

fixed OpenCVDetectTBB.cmake (WIN32 x86 VS library path)

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册