Try this?

--- a/src/cmake/modules/FindOpenEXR.cmake
+++ b/src/cmake/modules/FindOpenEXR.cmake
@@ -96,7 +96,7 @@ if (ILMBASE_INCLUDE_PATH AND OPENEXR_INCLUDE_PATH AND
     set (ILMBASE_FOUND TRUE)
     set (ILMBASE_INCLUDE_DIR ${ILMBASE_INCLUDE_PATH} CACHE STRING "The include 
paths needed to use IlmBase")
     set (OPENEXR_INCLUDE_DIR ${OPENEXR_INCLUDE_PATH} CACHE STRING "The include 
paths needed to use OpenEXR")
-    set (ILMBASE_LIBRARIES ${OPENEXR_IMATH_LIBRARY} ${OPENEXR_IEX_LIBRARY} 
${OPENEXR_HALF_LIBRARY} ${OPENEXR_ILMTHREAD_LIBRARY} CACHE STRING "The 
libraries needed to use IlmBase")
+    set (ILMBASE_LIBRARIES ${OPENEXR_IMATH_LIBRARY} ${OPENEXR_IEX_LIBRARY} 
${OPENEXR_HALF_LIBRARY} ${OPENEXR_ILMTHREAD_LIBRARY} ${CMAKE_DL_LIBS} CACHE 
STRING "The libraries needed to use IlmBase")
     set (OPENEXR_LIBRARIES ${OPENEXR_ILMIMF_LIBRARY} ${ILMBASE_LIBRARIES} 
${ZLIB_LIBRARY} CACHE STRING "The libraries needed to use OpenEXR")
 endif ()


> On Mar 1, 2016, at 8:27 AM, Richard Shaw <[email protected]> wrote:
> 
> On Tue, Mar 1, 2016 at 10:23 AM, Larry Gritz <[email protected] 
> <mailto:[email protected]>> wrote:
> Ah, I think this may have gotten lost when I overhauled the 
> FindOpenImageIO.cmake file recently. Funny how it didn't fail on any of the 
> other platforms.
> 
> Can you point me to a full build log? I should be able to get a fix for you 
> very quickly.
> 
> https://dl.dropboxusercontent.com/u/34775202/oiio-1.6.11.log 
> <https://dl.dropboxusercontent.com/u/34775202/oiio-1.6.11.log>
> 
> Thanks,
> Richard 
> _______________________________________________
> Oiio-dev mailing list
> [email protected]
> http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

--
Larry Gritz
[email protected]


_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Reply via email to