I spoke too soon, but I'm making good progress. >From what I can see your earlier defines such as OpenEXR version appear to interfere with some of the CMake module's attempts to discover things.
For example, if you leave the OPENEXR_VERSION set and try to use a custom setup, the OPENEXR_VERSION will prevent the FindOpenEXR module from properly detecting the correct version of the library. I think the OPENEXR_INCLUDE_DIR is also interfering. There's also a strange looking bug (?) in the FindOpenEXR cmake module right near the end where it completely destroys what it has already found for libraries, which seems odd but perhaps there is a good reason for it? I've been using messages to dump the various variables as it moves down the list and everything looks great with my /usr/local setup until that cluster for example, where it removes the blasted configuration detected. Is there an upstream for the FindOpenEXR or FindIlmBase cmake directives? With respect, TJS
_______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
