Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: handle case where OIIO uses a different Imath than OSL (#1758)
This can come up if, for example, you build an OIIO using a static Imath library that's more recent than what you're forced to use for your OSL build. (Don't ask, you don't want to know.) So we need to see half.h before we include any OIIO headers. But it's the OIIO headers that adjudicated where we get half.h from, so we need to be a little more explicit in, of all places, rend_lib.h of testrender. Signed-off-by: Larry Gritz <[email protected]>
- Loading branch information