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:
authorAntony Riakiotakis <kalast@gmail.com>2011-11-28 12:38:08 +0400
committerAntony Riakiotakis <kalast@gmail.com>2011-11-28 12:38:08 +0400
commit911be02fcd5c818b626482e313cb9f37da2bf054 (patch)
treed073ab26b446636be4b55f79b14b5439d26c54a3 /source/blenderplayer
parentf1538cff30a59019fca3d8e19d555ad4c0467965 (diff)
remove duplicate extern_colamd from blenderplayer cmake
Diffstat (limited to 'source/blenderplayer')
-rw-r--r--source/blenderplayer/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt
index 3c93d718bb3..fed9e60a638 100644
--- a/source/blenderplayer/CMakeLists.txt
+++ b/source/blenderplayer/CMakeLists.txt
@@ -164,8 +164,6 @@ endif()
list(APPEND BLENDER_SORTED_LIBS extern_lzma)
endif()
- list(APPEND BLENDER_SORTED_LIBS extern_colamd)
-
if(WITH_LIBMV)
list(APPEND BLENDER_SORTED_LIBS extern_libmv)
endif()