fix build with recent libinstpatch

This commit is contained in:
Tom M 2019-06-22 18:57:13 +02:00 committed by GitHub
parent 030a497aa5
commit ef2c256e9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -571,7 +571,7 @@ else(NOT enable-pkgconfig)
unset ( LIBINSTPATCH_SUPPORT CACHE )
if ( enable-libinstpatch )
pkg_check_modules ( LIBINSTPATCH libinstpatch-1.0 )
pkg_check_modules ( LIBINSTPATCH libinstpatch )
set ( LIBINSTPATCH_SUPPORT ${LIBINSTPATCH_FOUND} )
endif ( enable-libinstpatch )