On Sun, Oct 30, 2011 at 5:11 PM, Stephen Parker <[email protected]> wrote: > Thanks Panther. I actually do pass CMAKE_PREFIX_PATH in to find most > of the external libraries. But for some reason, openexr and ilmbase > aren't getting picked up. Boost, hdf5, tiff, openexr, etc. - all get > picked up from the same relative location.
I think this might be related to having our own custom FindOpenEXR.cmake and FindIlmBase.cmake scripts which internally use the find_path() and find_library() commands with the NO_DEFAULT_PATH option. Unfortunately I don't have time right now to investigate properly and decide if this is a bug in our cmake scripts (and if so, how best to fix it) but it might give you a place to start. ~Chris _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
