Skip to content

Port to ECM new FindTaglib module

Elvis Angelaccio requested to merge work/taglibFromECM into master

It will be provided by ECM >= 5.72.

We can now drop the target_include_directories() calls since the new find module will define a proper cmake target (Taglib::Taglib) with a well defined INTERFACE_INCLUDE_DIRECTORIES property.

This also means we can link to this target instead of using the path to the library.

Also drop the description from set_package_properties to avoid a warning, since it's already set by the new find module in ECM.

Depends on extra-cmake-modules!6 (merged)

@bruns

Edited by Elvis Angelaccio

Merge request reports