diff --git a/CMakeLists.txt b/CMakeLists.txt index 12a914da..da0c4779 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )