(In reply to Dan Cermak from comment #7) > (I've added an additional call to find_library(), didn't know find_package() > was enough). Clang upstream installs CMake files into <libdir>/cmake/clang, which we package into clang*-devel, so find_package should work. But many dependencies use find_library instead, which is of course also possible.