After cloning the repo and trying to build a shared library with -DBUILD_SHARED_LIBS=YES, cmake fails with this error:
CMake Error: install(EXPORT "Matroska2" ...) includes target "matroska2" which requires target "tremor" that is not in any export set
But when building without -DBUILD_SHARED_LIBS=YES, it works and static libs of libebml2 and libmatroska2 are produced.
Any help here on how I can build a shared library, please?
Thank you.