From 1a4063b509a00252e24e8deaf279d2c17e83b391 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Wed, 29 Dec 2021 10:42:28 +0100 Subject: [PATCH] Don't require boost in pkg-config There is no boost.pc. Regression of 87e12d1c8. Gbp-Pq: Name 0008-Don-t-require-boost-in-pkg-config.patch --- io/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io/CMakeLists.txt b/io/CMakeLists.txt index 163639b0..460b3d52 100644 --- a/io/CMakeLists.txt +++ b/io/CMakeLists.txt @@ -415,7 +415,7 @@ if(PCAP_FOUND) target_link_libraries("${LIB_NAME}" ${PCAP_LIBRARIES}) endif() -set(EXT_DEPS boost eigen3) +set(EXT_DEPS eigen3) if(WITH_OPENNI) list(APPEND EXT_DEPS libopenni) -- 2.30.2