On Tue, May 22, 2018 at 03:37:26PM -0600, Jason Gunthorpe wrote: > find_package will fail if pkgconfig is not available, which avoids a > confusing cmake failure if the system doesn't have it. > > Reported-by; Steve Wise <swise@xxxxxxxxxxxxxxxxxxxxx> > Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxxxx> > --- > CMakeLists.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Applied, with one small fix for old cmakes: -include(FindPkgConfig) +include(CMakeParseArguments) Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html