From 911be02fcd5c818b626482e313cb9f37da2bf054 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Mon, 28 Nov 2011 08:38:08 +0000 Subject: [PATCH] remove duplicate extern_colamd from blenderplayer cmake --- source/blenderplayer/CMakeLists.txt | 2 -- 1 file changed, 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()