Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2012-11-15 23:37:29 +0400
committerThomas Dinges <blender@dingto.org>2012-11-15 23:37:29 +0400
commit17e506a83ef38c7b9bcc3f8a87e6e28815bcc617 (patch)
tree5502a0520b8b548026fabaf5a089b8b7a25f2e45 /source/creator
parent2007ba687fb7d26d94769b7de0251ee21e191c2c (diff)
Windows OIIO:
* bin/OpenImageIO.dll not needed anymore, now statically linked.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt13
1 files changed, 1 insertions, 12 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 4d1620a8bb8..66c3beeebad 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -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)