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:
authorCampbell Barton <ideasman42@gmail.com>2011-05-17 11:03:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-17 11:03:12 +0400
commit4514be8f4ff5c87824e447c7016939363f66f78c (patch)
tree23f829755b81c71891d831ac8b9c57a23a283e2d /source/blender/editors/space_image/CMakeLists.txt
parent2a12e8b7e4a08fb57e72de5ce62d61b698828f84 (diff)
parent1294504603dcd538f3900e3d254e37375cde9c35 (diff)
svn merge -r36672:36725 https://svn.blender.org/svnroot/bf-blender/trunk/blender
Diffstat (limited to 'source/blender/editors/space_image/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_image/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/editors/space_image/CMakeLists.txt b/source/blender/editors/space_image/CMakeLists.txt
index f57153f7f49..daf7ba1e38b 100644
--- a/source/blender/editors/space_image/CMakeLists.txt
+++ b/source/blender/editors/space_image/CMakeLists.txt
@@ -60,9 +60,4 @@ if(WITH_IMAGE_CINEON)
add_definitions(-DWITH_CINEON)
endif()
-if(WITH_LCMS)
- set(INC ${INC} ${LCMS_INCLUDE_DIR})
- add_definitions(-DWITH_LCMS)
-endif()
-
blender_add_lib(bf_editor_space_image "${SRC}" "${INC}")