CMake build help with TBB #1703
-
This is more of a plea for help rather than a discussion, any help would be greatly appreciated. I'm having trouble building v0.10.0 against
This is just one of the dozens of warnings like this I'm seeing during my build. For context, our usd build links against tbb-2017.6 (seen above). During maya-usd configure step, FindMaya.cmake goes looking for tbb/tbb_debug libraries inside Maya's folders, finds them, but not without displaying the above warning for each My question: I'm currently building usd against tbb-2017.6 as a standalone build. Should I be also producing Maya variants of usd that link against Maya's tbb for use with maya-usd? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi Eddie, we also have these cycle warnings on our internal builds at Autodesk. Our plugin builds are tested by QA and work correctly even though we have these warnings. They are something that we have been meaning to investigate. Internally when building USD we actually get and use TBB and OSD from Maya, rather than letting USD download and build them as part of its build process. Sean |
Beta Was this translation helpful? Give feedback.
-
That's a relief! I'll continue to test on my end but now with added confidence from your QA team. Thanks, and appreciate the insight. |
Beta Was this translation helpful? Give feedback.
Hi Eddie, we also have these cycle warnings on our internal builds at Autodesk. Our plugin builds are tested by QA and work correctly even though we have these warnings. They are something that we have been meaning to investigate.
Internally when building USD we actually get and use TBB and OSD from Maya, rather than letting USD download and build them as part of its build process.
Sean