You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: