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-09 18:41:44 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-05-09 18:41:44 +0400
commit1e0c3d315b8b5db4b5d594c05c7b1b92d5bf967a (patch)
tree2e078aadc51a851d8c7cc8a17ad927b9cfeb7b1c /source/blender/CMakeLists.txt
parent18e9d9c3e2a489b200b1344acd09947f3c772715 (diff)
minor cleanup, no functional changes.
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 263d81fab0a..af1fb3565f6 100644
--- a/source/blender/CMakeLists.txt
+++ b/source/blender/CMakeLists.txt
@@ -123,6 +123,5 @@ if(WITH_PYTHON)
endif()
if(WITH_OPENCOLLADA)
- add_subdirectory(collada)
+ add_subdirectory(collada)
endif()
-