Hi!

I'm trying to rewrite FindTaglib.cmake. I have two choices:
* query pkgconfig, then find_path/find_library( ... HINTS ${PC_TAGLIB_...} )
* prepare a patch for taglib to install lib/cmake/TaglibConfig.cmake and 
write a simple wrapper around find_package(Taglib NO_MODULE)

The only downside with the second approach is that this FindTaglib will be 
unable to find "old" taglib libraries. Is it OK for ECM?
-- 
Yury G. Kudryashov,
mailto: [email protected]

_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to