[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32543] trunk/blender/CMakeLists.txt: remove LCMS option from cmake, this is only testing code.

Campbell Barton ideasman42 at gmail.com
Mon Oct 18 01:32:49 CEST 2010


Revision: 32543
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32543
Author:   campbellbarton
Date:     2010-10-18 01:32:48 +0200 (Mon, 18 Oct 2010)

Log Message:
-----------
remove LCMS option from cmake, this is only testing code. developers who want to work on it can uncomment.

Modified Paths:
--------------
    trunk/blender/CMakeLists.txt

Modified: trunk/blender/CMakeLists.txt
===================================================================
--- trunk/blender/CMakeLists.txt	2010-10-17 23:08:05 UTC (rev 32542)
+++ trunk/blender/CMakeLists.txt	2010-10-17 23:32:48 UTC (rev 32543)
@@ -66,7 +66,6 @@
 
 # Blender internal features
 OPTION(WITH_INTERNATIONAL "Enable I18N   (International fonts and text)" ON)
-OPTION(WITH_LCMS          "Enable color correction with lcms" OFF)
 OPTION(WITH_PYTHON        "Enable Embedded Python API" ON)
 OPTION(WITH_BUILDINFO     "Include extra build details" ON)
 OPTION(WITH_FLUID        "Enable Elbeem (Fluid Simulation)" ON)
@@ -126,6 +125,8 @@
 	OPTION(WITH_LIBS10.5  "Use 10.5 libs (needed for 64bit builds)" OFF)
 ENDIF(APPLE)
 
+# only for developers who want to make this functional
+# OPTION(WITH_LCMS          "Enable color correction with lcms" OFF)
 
 IF(NOT WITH_GAMEENGINE AND WITH_PLAYER)
 	MESSAGE(FATAL_ERROR "WITH_PLAYER needs WITH_GAMEENGINE")





More information about the Bf-blender-cvs mailing list