You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include all Imath headers with via #include <Imath/...>
Since Imath is an external library that installs its headers under a
Imath subdirectory, the conventional construct is for the #include to
use that subdir.
Note that when building with an internal, auto-fetched Imath library,
the ImathConfig.h header needs special attention since its location in
the source tree is not under the Imath subdir. When this is the
situation, symlink/copy ImathConfig.h into the Imath subdir.
Signed-off-by: Cary Phillips <cary@ilm.com>
0 commit comments