CustomMatPlot icon indicating copy to clipboard operation
CustomMatPlot copied to clipboard

compile with -fPIC

Open JoergBitzer opened this issue 1 year ago • 2 comments

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)

JoergBitzer avatar Apr 13 '23 20:04 JoergBitzer

Thanks, would you mind create a pr for this change? :)

franshej avatar Sep 13 '23 05:09 franshej

Sorry, what is a pr? I am sure I can do it.

JoergBitzer avatar Sep 13 '23 08:09 JoergBitzer