From b434e7f93337f65909c003ce865cc34f167c3973 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 16 May 2011 13:34:42 +0000 Subject: LCMS code removed, was an experiment but never finished. --- source/blender/imbuf/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/imbuf/CMakeLists.txt') diff --git a/source/blender/imbuf/CMakeLists.txt b/source/blender/imbuf/CMakeLists.txt index 24f04098d0c..6404ae3de75 100644 --- a/source/blender/imbuf/CMakeLists.txt +++ b/source/blender/imbuf/CMakeLists.txt @@ -146,8 +146,4 @@ if(WITH_IMAGE_HDR) add_definitions(-DWITH_HDR) endif() -if(WITH_LCMS) - add_definitions(-DWITH_LCMS) -endif() - blender_add_lib(bf_imbuf "${SRC}" "${INC}") -- cgit v1.2.3