Blender Git Loki
Git Commits -> Revision 6477fcf
Revision 6477fcf by Ray molenkamp (master) February 7, 2020, 14:27 (GMT) |
BuildSystem/Cleanup: Fix warning behaviour regarding library dependencies Adding USD to a lite build fails to build due to boost errors, when you turn boost on and rebuild still boost errors, boost was silently turned off since it was not deemed needed. Once boost was forced on, it still fails due to TBB being off. This patch fixes: - The Silent disabling of boost - Add a check that USD is is not on before doing that - move the TBB checks to a central location rather than the individual platform files - Add USD to the TBB checks. Differential Revision: https://developer.blender.org/D6479 Reviewers: brecht, sybren |
Commit Details:
Full Hash: 6477fcf40f541bcb8de24aa8023df53775cc7827
Parent Commit: 1a93bc2
Lines Changed: +26, -59