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/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/imbuf/CMakeLists.txt') diff --git a/source/blender/imbuf/CMakeLists.txt b/source/blender/imbuf/CMakeLists.txt index 40075dea1c1..4025a41b6a7 100644 --- a/source/blender/imbuf/CMakeLists.txt +++ b/source/blender/imbuf/CMakeLists.txt @@ -106,8 +106,8 @@ if(WITH_IMAGE_TIFF) endif() -if(WITH_IMAGE_PSD) - add_definitions(-DWITH_PSD) +if(WITH_OPENIMAGEIO) + add_definitions(-DWITH_OPENIMAGEIO) endif() if(WITH_IMAGE_OPENJPEG) -- cgit v1.2.3