Bump required libinstpatch version to 1.1.0

This commit is contained in:
derselbst 2019-10-23 17:12:01 +02:00
parent 0288466f40
commit 18ad9df21b
1 changed files with 1 additions and 1 deletions

View File

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