[Bf-blender-cvs] [5eb1dba] master: Cmake: after lot of times commit checking missed including collada, set on by default now

Jens Verwiebe noreply at git.blender.org
Mon Nov 18 14:30:48 CET 2013


Commit: 5eb1dba6e0d0308de7ae2b549029c0bbced22631
Author: Jens Verwiebe
Date:   Mon Nov 18 14:30:38 2013 +0100
http://developer.blender.org/rB5eb1dba6e0d0308de7ae2b549029c0bbced22631

Cmake: after lot of times commit checking missed including collada, set on by default now

===================================================================

M	CMakeLists.txt

===================================================================

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8195785..fdea7e3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -227,7 +227,7 @@ endif()
 
 # 3D format support
 # disable opencollada on non-apple unix because opencollada has no package for debian
-option(WITH_OPENCOLLADA		"Enable OpenCollada Support (http://www.opencollada.org)"	OFF)
+option(WITH_OPENCOLLADA		"Enable OpenCollada Support (http://www.opencollada.org)"	ON)
 
 # Sound output
 option(WITH_SDL           "Enable SDL for sound and joystick support" ON)




More information about the Bf-blender-cvs mailing list