From: Konstantinos Margaritis Date: Mon, 15 Jan 2024 11:17:20 +0000 (+0200) Subject: make pkgconf not a hard requirement X-Git-Tag: vectorscan/5.4.12^2~77^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F219%2Fhead;p=thirdparty%2Fvectorscan.git make pkgconf not a hard requirement --- diff --git a/CMakeLists.txt b/CMakeLists.txt index d256e7ed..d94de069 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ include (${CMAKE_MODULE_PATH}/platform.cmake) include (${CMAKE_MODULE_PATH}/boost.cmake) include (${CMAKE_MODULE_PATH}/ragel.cmake) -find_package(PkgConfig REQUIRED) +find_package(PkgConfig QUIET) find_program(RAGEL ragel)