Don't require boost in pkg-config
authorJochen Sprickerhof <git@jochen.sprickerhof.de>
Wed, 29 Dec 2021 09:42:28 +0000 (10:42 +0100)
committerJochen Sprickerhof <jspricke@debian.org>
Wed, 13 Jul 2022 13:20:25 +0000 (14:20 +0100)
There is no boost.pc. Regression of 87e12d1c8.

Gbp-Pq: Name 0008-Don-t-require-boost-in-pkg-config.patch

io/CMakeLists.txt

index 163639b0252958188c25f7d9089574b589826ceb..460b3d52e7951e1a817c855a2f60d59e4a96e14e 100644 (file)
@@ -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)