DentonW / DevIL

Developer's Image Library (DevIL) is a cross-platform image library utilizing a simple syntax to load, save, convert, manipulate, filter, and display a variety of images with ease. It is highly portable and has been ported to several platforms.
http://openil.sourceforge.net/
GNU Lesser General Public License v2.1
446 stars 137 forks source link

fixing issue with cmake usage, in the code OpenEXR parent is not pres… #38

Open devnexen opened 8 years ago

devnexen commented 8 years ago

…ent leading to include header error

bcampbell commented 8 years ago

I've cherry-picked this change into my cmake_cleanup branch.

It fixed up compiling with EXR on my machine (linux).

abma commented 7 years ago

this pull request can be closed, this patch is already applied:

https://github.com/DentonW/DevIL/blob/master/DevIL/src-IL/cmake/FindOpenEXR.cmake#L13