Commit 92d9b14
Avoid requiring TBB when not building io_usd (#845)
Summary:
TBB is a transitive dependency of USD, so it should not be required when USD is not being built. This issue was mistakenly not fixed by #843.
## Checklist:
- [x] Adheres to the [style guidelines](https://facebookresearch.github.io/momentum/docs/developer_guide/style_guide)
- [x] Codebase formatted by running `pixi run lint`
Pull Request resolved: #845
Test Plan:
```
pixi run test
```
Reviewed By: fbogo
Differential Revision: D87385804
Pulled By: jeongseok-meta
fbshipit-source-id: a547b96272b568e78293fe86d6b2cd3960eb4fc91 parent 6720cd9 commit 92d9b14
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
126 | | - | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
0 commit comments