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

This commit is contained in:
jens verwiebe 2013-11-18 14:30:38 +01:00
parent 0b01cc1316
commit 5eb1dba6e0
1 changed files with 1 additions and 1 deletions

View File

@ -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)