PixarAnimationStudios / OpenUSD

Universal Scene Description

Home Page:http://www.openusd.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cannot open file 'tbb_debug.lib'

markhfeldman opened this issue · comments

Description of Issue

Getting the following error when attempting to build OpenUSD:
LINK : fatal error LNK1104: cannot open file 'tbb_debug.lib' [C:\Users\zzzz\repos\OpenUSD\pxr\base\tf\tf.vcxproj]

Steps to Reproduce

c:\users\zzzz\repos\OpenUSD>cmake.exe -G "Visual Studio 15 2017" -A x64 -DTBB_ROOT_DIR="C:\users\zzzz\tbb-2020.3\tbb" -DOPENSUBDIV_ROOT_DIR="C:\users\zzzz\OpenSubdiv-3_6_0" -DBOOST_ROOT="C:\users\zzzz\boost_1_76_0" C:\users\zzzz\repos\OpenUSD

cmake --build . --target install -- /m:%NUMBER_OF_PROCESSORS%
[C:\Users\zzzz\repos\OpenUSD\pxr\base\tf\tf.vcxproj]
..
..
LINK : fatal error LNK1104: cannot open file 'tbb_debug.lib' [C:\Users\zzzz\repos\OpenUSD\pxr\base\tf\tf.vcxproj]

System Information (OS, Hardware)

Windows

Package Versions

Build Flags

Filed as internal issue #USD-9653