From 4cf9034f6d59840f8312094c184b9708a251fe0a Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 22 Feb 2013 10:06:54 +0000 Subject: Remove extern_ssba workaround SSBA seemed to be working OK last time i've checked it with MSVC and optimization enabled. Also, we'll likely replace it with own BA soon, which works fine with MSVC anyway. --- source/blenderplayer/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blenderplayer') diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt index cd3edc11c46..fb06c5e4477 100644 --- a/source/blenderplayer/CMakeLists.txt +++ b/source/blenderplayer/CMakeLists.txt @@ -167,7 +167,6 @@ endif() if(WITH_LIBMV) list(APPEND BLENDER_SORTED_LIBS extern_libmv) - list(APPEND BLENDER_SORTED_LIBS extern_ssba) list(APPEND BLENDER_SORTED_LIBS extern_ceres) endif() -- cgit v1.2.3