Skip to content
Commit 6be8b06a authored by Jonathan Marten's avatar Jonathan Marten
Browse files

Fix build if taglib is not available

If the taglib-config executable is not available, cmake/FindTaglib.cmake
searches directly for the libraries using find_library_with_debug().
This function is only available with KDELibs4Support;  however, on all
platforms apart from Win32 it is equivalent to find_library().  Just use
the latter directly.

CCMAIL:	jr@jriddell.org, elvis.angelaccio@kde.org
parent b0b12086
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment