Windows OIIO:

* bin/OpenImageIO.dll not needed anymore, now statically linked.
This commit is contained in:
Thomas Dinges
2012-11-15 19:37:29 +00:00
parent 2007ba687f
commit 17e506a83e
2 changed files with 1 additions and 17 deletions

View File

@@ -618,18 +618,7 @@ elseif(WIN32)
install( # x86 builds can run on x64 Windows, so this is required at all times
FILES ${LIBDIR}/thumbhandler/lib/BlendThumb64.dll
DESTINATION ${TARGETDIR}
)
if(WITH_OPENIMAGEIO)
set(OIIODLL ${LIBDIR}/openimageio/bin/OpenImageIO.dll)
if(NOT MINGW AND EXISTS ${OIIODLL})
install(
FILES
${OIIODLL}
DESTINATION ${TARGETDIR}
)
endif()
endif()
)
if(WITH_OPENCOLORIO)
set(OCIOBIN ${LIBDIR}/opencolorio/bin)