From 029f4b9767d149f10317d060fcc521b8b994c6d5 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 11 Oct 2013 16:38:04 +0000 Subject: adding WITH_IMAGE_OPENIMAGEIO and removing the PSD build option As per Brecht van Lommel's suggestion. --- source/blender/imbuf/intern/oiio/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/imbuf/intern/oiio') diff --git a/source/blender/imbuf/intern/oiio/CMakeLists.txt b/source/blender/imbuf/intern/oiio/CMakeLists.txt index f5ee5eb6589..5fb8f11602e 100644 --- a/source/blender/imbuf/intern/oiio/CMakeLists.txt +++ b/source/blender/imbuf/intern/oiio/CMakeLists.txt @@ -44,11 +44,11 @@ set(SRC openimageio_api.cpp ) -if(WITH_IMAGE_PSD) +if(WITH_OPENIMAGEIO) list(APPEND INC_SYS ${OPENIMAGEIO_INCLUDE_DIRS} ) - add_definitions(-DWITH_PSD) + add_definitions(-DWITH_OPENIMAGEIO) endif() blender_add_lib(bf_imbuf_openimageio "${SRC}" "${INC}" "${INC_SYS}") -- cgit v1.2.3