Hi, I've been tryign to find a useful cmake macro for checking if a library >= someversion exists via pkgconfig. most places I could find in /trunk are using pkgconfig manually (invoking via shell) and checking the return value. this can't be the solution, can it? Dirk