Produce a shared library#42
Conversation
| While I appreciate the contribution, and recognize that this is probably needed, I am not convinced this is the right way to do it because the INSTALL target will automatically install on various systems and this might break convention. There is a CMAKE flag to choose to either build a shared or a static library already:
http://cgold.readthedocs.io/en/latest/tutorials/libraries/static-shared.html I just want a good discussion on what is best to do, and I am no expert on this so I'll leave this open for a while for others to comment on. My concern is that some users might want to link with @derosier do you have any input on this - having worked on the buildroot distribution? |
| Hello, I do agree the proposed result is not ideal. Indeed we would expect a libflatccrt.so file to be generated! |
| Hi, we now use -DBUILD_SHARED_LIBS=ON, so the patch became useless. Anyway, thank you for your feedback ! |
| OK thanks for the update. |
No description provided.