If we are cross compiling two things are possible,
- cmake finds host taglib-config
- cmake finds target taglib-config in sysroot
depending on toolchain configuration. In both cases taglib-config values
are useless since, we can't link to host libraries or can't run target
taglib-config in most cases.