Commit 22baa80
committed
Boost: Use Headers instead of building when not required
When building USD without Python, OIIO or VDB, Boost libs aren't required.
In this scenario, it is preferable to just copy over the headers instead and save some time and complexity.
This also has a significant benefit that it allows the core USD build to be supported on platforms that Boost doesn't natively build on yet. It means that the build_usd.py script doesn't need to carry as many patches to Boost itself if someone is just building the core USD library.
This is similar to [PR 2914](#2914) but can short circuit the entire bootstrap and b2 process, which may still error on platforms that b2 doesn't understand.1 parent 2d6099f commit 22baa80
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
756 | 756 | | |
757 | 757 | | |
758 | 758 | | |
| 759 | + | |
| 760 | + | |
759 | 761 | | |
760 | 762 | | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
761 | 768 | | |
762 | 769 | | |
763 | 770 | | |
| |||
0 commit comments