From: Jochen Sprickerhof Date: Wed, 29 Dec 2021 09:42:28 +0000 (+0100) Subject: Don't require boost in pkg-config X-Git-Tag: archive/raspbian/1.12.1+dfsg-4+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e96e924e34a254c3f4da2a955b5377798f110581;p=pcl.git 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 --- 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)