dorian3d / DBoW2

Enhanced hierarchical bag-of-word library for C++
Other
850 stars 365 forks source link

Transitive dependencies #30

Open ibtaylor opened 6 years ago

ibtaylor commented 6 years ago

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.