TBB_MSVC10_Fix.patch

The patch - Leszek Swirski, 2011-03-15 04:35 pm

Download (931 Bytes)

 
opencv/CMakeLists.txt (working copy)
674 674
                   elseif(X86)
675 675
                       set(_TBB_LIB_PATH "${_TBB_LIB_PATH}/ia32")
676 676
                   endif()
677
                                     
677 678
                   if (MSVC80)
678 679
                       set(_TBB_LIB_PATH "${_TBB_LIB_PATH}/vc8")
679 680
                   elseif(MSVC90)
680 681
                       set(_TBB_LIB_PATH "${_TBB_LIB_PATH}/vc9")
681
                   endif()
682 682
                   elseif(MSVC10)
683 683
                       set(_TBB_LIB_PATH "${_TBB_LIB_PATH}/vc10")
684 684
                   endif()
......
693 693
            endif()
694 694
        endif()
695 695
    endif()
696
#endif(WITH_TBB)
696
endif(WITH_TBB)
697 697

  
698 698

  
699 699
############################ Intel IPP #############################