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
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
To be able to build I needed to include the include sub directory, as the src does not contain the headers.
Also partially ILMBASE headers are included with an OpenEXR/ prefix and partially without.
I guess the proper fix would be to always prefix includes with OpenEXR/ but this patch does fix it from the CMake side.
To be able to build I needed to include the
include
sub directory, as the src does not contain the headers.Also partially ILMBASE headers are included with an
OpenEXR/
prefix and partially without.I guess the proper fix would be to always prefix includes with OpenEXR/ but this patch does fix it from the CMake side.
In case you prefer a pull request let me know.
The text was updated successfully, but these errors were encountered: