Made ldl code a part of extern_ssba library, otherwise gcc fails to

find ldl symbols because order of libraries seems to be critical
for gcc linker.

A bit stupid, but that's how linker works..

Both CMake and SCons shall work fine on linux now.
This commit is contained in:
Sergey Sharybin
2013-02-20 12:07:27 +00:00
parent 705d2ab417
commit ea99b9a392
5 changed files with 6 additions and 6 deletions

View File

@@ -923,8 +923,8 @@ endif()
if(WITH_LIBMV)
list(APPEND BLENDER_SORTED_LIBS extern_libmv)
list(APPEND BLENDER_SORTED_LIBS extern_ceres)
list(APPEND BLENDER_SORTED_LIBS extern_ssba)
list(APPEND BLENDER_SORTED_LIBS extern_ceres)
endif()
if(WITH_MOD_CLOTH_ELTOPO)