From: Konstantinos Margaritis Date: Tue, 31 Oct 2023 10:38:07 +0000 (+0000) Subject: make pkgconfig a requirement X-Git-Tag: vectorscan/5.4.11~2^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71bbf97b9095957ee2f6bfaaca91d0315054d3fe;p=thirdparty%2Fvectorscan.git make pkgconfig a requirement --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 16a6dab7..6c5b0445 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 QUIET) +find_package(PkgConfig REQUIRED) find_program(RAGEL ragel)