dorian3d/DBoW2

Transitive dependencies

ibtaylor opened this issue · 0 comments

Seems like DBoW2 depends on DLib but does not properly set up transitive dependencies.

find_package(DBoW2...) does not properly include it's dependencies (DLib)..

One possibility could be to compile DLib statically and with position independent code (if compiling DBoW2 as shared) so long as DLib is not part of the DBoW2 interface.