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

5 Modified Paths:

/build_files/cmake/macros.cmake (+10, -0) (Diff)
/build_files/cmake/platform/platform_apple.cmake (+0, -15) (Diff)
/build_files/cmake/platform/platform_unix.cmake (+0, -11) (Diff)
/build_files/cmake/platform/platform_win32.cmake (+0, -13) (Diff)
/CMakeLists.txt (+16, -20) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021