contrib: chromaprint: use CMAKE_CXX_IMPLICIT_LINK_LIBRARIES to get the C++ runtime
- Sep 07, 2022
-
-
Steve Lhomme authored
We provide the proper C++ runtime in our pkg-config files. If it comes from the system it should either be a dynamic library (likely) or a static library that should do it as well. Otherwise it's the problem of the system maintainers.
4c362388 -
Steve Lhomme authored
Submitted upstream https://github.com/acoustid/chromaprint/pull/119
7a772424
-