From ef2c256e9e6a3f545540866aa837852b4f2a1a08 Mon Sep 17 00:00:00 2001 From: Tom M Date: Sat, 22 Jun 2019 18:57:13 +0200 Subject: [PATCH] fix build with recent libinstpatch --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )