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:
authorJens Verwiebe <info@jensverwiebe.de>2013-11-18 17:30:38 +0400
committerJens Verwiebe <info@jensverwiebe.de>2013-11-18 17:30:38 +0400
commit5eb1dba6e0d0308de7ae2b549029c0bbced22631 (patch)
treeecd76119850876b35a155f9cb09b6a67853d5af9
parent0b01cc131650c25ec41ad2f2354c1d6c711c3664 (diff)
Cmake: after lot of times commit checking missed including collada, set on by default now
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8195785a372..fdea7e35012 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)