From: Konstantinos Margaritis Date: Tue, 31 Oct 2023 10:38:07 +0000 (+0000) Subject: make pkgconfig a requirement X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ffcfbe3a3bf6d23b4fa13d4454ba1deac21846c;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)