Thanks for 3.0.0, I've finalized Debian packaging of it, and it sits in the NEW queue due to the ABI bump.
One change I noticed since 2.x is that static libraries were dropped. I see there is a STATIC_ON flag but that disables shared libraries. Is it possible to build both a shared and static library, like before?
I don't think this is important, I doubt many people care about having a static library shipped via Debian, but it was one thing I noticed as a difference so wanted to bring it up. Maybe the cmake magic is simple, I'm sure there are many other libraries built via cmake that supports building both shared and static version at the same time.
/Simon
Thanks for 3.0.0, I've finalized Debian packaging of it, and it sits in the NEW queue due to the ABI bump.
One change I noticed since 2.x is that static libraries were dropped. I see there is a
STATIC_ONflag but that disables shared libraries. Is it possible to build both a shared and static library, like before?I don't think this is important, I doubt many people care about having a static library shipped via Debian, but it was one thing I noticed as a difference so wanted to bring it up. Maybe the cmake magic is simple, I'm sure there are many other libraries built via cmake that supports building both shared and static version at the same time.
/Simon