From 7bd8081cd25cb06d6535885ca9fbf44f64677af6 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 27 Jul 2023 18:20:36 +0200 Subject: bump libpcap dependency to 1.9.0 Signed-off-by: Toni Uhlig --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f2f4fa80c..823a7e820 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -288,9 +288,9 @@ else() set(DEFAULT_NDPI_INCLUDE ${NDPI_INCLUDE_DIRS}) endif() -pkg_check_modules(PCAP REQUIRED libpcap>=1.8.1) +pkg_check_modules(PCAP REQUIRED libpcap>=1.9.0) # no *.pc file before 1.9.0 if(NOT pkgcfg_lib_PCAP_pcap) - find_package(PCAP "1.8.1" REQUIRED) + find_package(PCAP "1.9.0" REQUIRED) endif() target_compile_options(nDPId PRIVATE "-pthread") -- cgit v1.2.3