openfabmap icon indicating copy to clipboard operation
openfabmap copied to clipboard

rule install in cmake list and -fPIC

Open y9luiz opened this issue 5 years ago • 0 comments

Hello, i'm developing a project using your openfabmap implementation, i link my project using your library, but was a little bit hard to me because i'm dont a expert in cmake, but now works well.

i need to add this line into your cmake file: set(CMAKE_POSITION_INDEPENDENT_CODE ON) to enable the -fPIC recompilation and works well

y9luiz avatar Feb 01 '20 13:02 y9luiz