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:
authorDalai Felinto <dfelinto@gmail.com>2013-10-09 06:33:44 +0400
committerDalai Felinto <dfelinto@gmail.com>2013-10-09 06:33:44 +0400
commit48afcb80b5cb400467639602cf07741bd88dc3f7 (patch)
tree858139fb13fff263e1e0da8d06d3b9f061bc8d2f /source/blender/imbuf/CMakeLists.txt
parent4abb8fde95260e692b3cd5b5b2f8bcd1d1f3be3b (diff)
fix building when WITH_PSD is OFF, stub is not needed afterall
Diffstat (limited to 'source/blender/imbuf/CMakeLists.txt')
-rw-r--r--source/blender/imbuf/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/imbuf/CMakeLists.txt b/source/blender/imbuf/CMakeLists.txt
index 58738155c50..40075dea1c1 100644
--- a/source/blender/imbuf/CMakeLists.txt
+++ b/source/blender/imbuf/CMakeLists.txt
@@ -108,10 +108,6 @@ endif()
if(WITH_IMAGE_PSD)
add_definitions(-DWITH_PSD)
-else()
- list(APPEND SRC
- intern/oiio/openimageio_stub.cpp
- )
endif()
if(WITH_IMAGE_OPENJPEG)