]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
make pkgconf not a hard requirement 219/head
authorKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Mon, 15 Jan 2024 11:17:20 +0000 (13:17 +0200)
committerKonstantinos Margaritis <konstantinos@vectorcamp.gr>
Mon, 15 Jan 2024 11:17:20 +0000 (13:17 +0200)
CMakeLists.txt

index d256e7ed95f8529f2a70dc669b70787d075c325d..d94de06927b82dee6d91576a33df7c907f8c01a3 100644 (file)
@@ -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)