CustomMatPlot
CustomMatPlot copied to clipboard
compile with -fPIC
The static library should be compiled with -fPIC (Linux). To do so, you should add in your CMakeLists.txt after line 46 (add_library)
set_property(TARGET ${PROJECT_NAME} PROPERTY POSITION_INDEPENDENT_CODE ON)
Thanks, would you mind create a pr for this change? :)
Sorry, what is a pr? I am sure I can do it.