cmake: Don't export symbols if building static library#820
cmake: Don't export symbols if building static library#820leethomason merged 1 commit intoleethomason:masterfrom
Conversation
|
Instead of having a |
That looks like a better fix, thanks! |
|
I've just seen that #805 also fixes this issue, though I think the change that @traversaro suggested makes this a better fix. It would be good if we could get this change included in the next release though if possible. |
|
Please see #804. There are so many build PRs open I'm not sure the best approach to reconcile them. |
If you build tinyxml2 as a static library on Windows, its symbols are exported from any DLL or EXE you create. This generally shouldn't happen.