open-simulation-platform / libcosim

OSP C++ co-simulation library
https://open-simulation-platform.github.io/libcosim
Mozilla Public License 2.0
61 stars 10 forks source link

Include licences and copyright holders of dependencies in installation #594

Closed kyllingstad closed 4 years ago

kyllingstad commented 4 years ago

Upon further consideration, I don't think we should do this here. Such a list should only be necessary in application bundles, not in library packages.

Our problem is that we are building a shared library, but we are linking other libs statically into it. That is what we should be fixing. We should either link everything dynamically, or everything statically.

So I'm closing this, feel free to reopen if you disagree with what I've said above.