[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [23905] branches/soc-2009-chingachgook/ CMakeLists.txt: In CMake, turned off building the collada code by default.

Arystanbek Dyussenov arystan.d at gmail.com
Sat Oct 17 16:58:04 CEST 2009


Revision: 23905
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=23905
Author:   kazanbas
Date:     2009-10-17 16:58:04 +0200 (Sat, 17 Oct 2009)

Log Message:
-----------
In CMake, turned off building the collada code by default.

Modified Paths:
--------------
    branches/soc-2009-chingachgook/CMakeLists.txt

Modified: branches/soc-2009-chingachgook/CMakeLists.txt
===================================================================
--- branches/soc-2009-chingachgook/CMakeLists.txt	2009-10-17 14:54:13 UTC (rev 23904)
+++ branches/soc-2009-chingachgook/CMakeLists.txt	2009-10-17 14:58:04 UTC (rev 23905)
@@ -68,7 +68,7 @@
 OPTION(WITH_OPENAL		"Enable OpenAL Support (http://www.openal.org)"		ON)
 OPTION(WITH_OPENMP		"Enable OpenMP (has to be supported by the compiler)"	OFF)
 OPTION(WITH_WEBPLUGIN		"Enable Web Plugin (Unix only)"				OFF)
-OPTION(WITH_OPENCOLLADA		"Enable OpenCollada Support (http://www.opencollada.org/)"	ON)
+OPTION(WITH_OPENCOLLADA		"Enable OpenCollada Support (http://www.opencollada.org/)"	OFF)
 
 IF(NOT WITH_GAMEENGINE AND WITH_PLAYER)
   MESSAGE("WARNING: WITH_PLAYER needs WITH_GAMEENGINE")





More information about the Bf-blender-cvs mailing list