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:
authorCampbell Barton <ideasman42@gmail.com>2011-05-10 04:45:06 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-10 04:45:06 +0400
commit21a9dc8d8bb320212f9a1d823b214424e6d2a244 (patch)
treec31f3d9eac904af799c97b9c3ba36abae94281a6 /source/blender/CMakeLists.txt
parenta6b057eeea846e3053d8adc204ca0721551ee3be (diff)
parent14c3714b81b0c264ff8e117f0230330cc0514ed2 (diff)
svn merge -r36564:36583 https://svn.blender.org/svnroot/bf-blender/trunk/blender
Diffstat (limited to 'source/blender/CMakeLists.txt')
-rw-r--r--source/blender/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/CMakeLists.txt b/source/blender/CMakeLists.txt
index 2871c4cd214..995b5fe7255 100644
--- a/source/blender/CMakeLists.txt
+++ b/source/blender/CMakeLists.txt
@@ -124,6 +124,5 @@ if(WITH_PYTHON)
endif()
if(WITH_OPENCOLLADA)
- add_subdirectory(collada)
+ add_subdirectory(collada)
endif()
-