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.
This commit is contained in:
Sergey Sharybin
2013-02-22 10:06:54 +00:00
parent 9b5b9e7a09
commit 4cf9034f6d
9 changed files with 17 additions and 137 deletions

View File

@@ -923,7 +923,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()