Blender Git Commit Log

Git Commits -> Revision 78383f7

Revision 78383f7 by Ray molenkamp (master)
March 3, 2020, 16:04 (GMT)
Fix: USD Build error on windows

USD is being included before the blender headers.

USD includes TBB, which includes the windows headers
which define rad2 as a constant conflicting with a field
with that exact name in the MetaElem dna struct.

Added `-DWIN32_LEAN_AND_MEAN` to keep the windows headers
from defining rad2.

Commit Details:

Full Hash: 78383f7a9f9c3a2b3cc5f6c1ea0834cd7278317c
Parent Commit: daca00f
Lines Changed: +1, -1

1 Modified Path:

/source/blender/usd/CMakeLists.txt (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021