mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Bump required libinstpatch version to 1.1.0
This commit is contained in:
parent
0288466f40
commit
18ad9df21b
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ else(NOT enable-pkgconfig)
|
||||||
|
|
||||||
unset ( LIBINSTPATCH_SUPPORT CACHE )
|
unset ( LIBINSTPATCH_SUPPORT CACHE )
|
||||||
if ( enable-libinstpatch )
|
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} )
|
set ( LIBINSTPATCH_SUPPORT ${LIBINSTPATCH_FOUND} )
|
||||||
endif ( enable-libinstpatch )
|
endif ( enable-libinstpatch )
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue