projects
/
pcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f54955
)
Don't require boost in pkg-config
author
Jochen Sprickerhof
<git@jochen.sprickerhof.de>
Wed, 29 Dec 2021 09:42:28 +0000
(10:42 +0100)
committer
Jochen Sprickerhof
<jspricke@debian.org>
Sun, 25 Sep 2022 10:41:19 +0000
(11:41 +0100)
There is no boost.pc. Regression of
87e12d1c8
.
Gbp-Pq: Name 0008-Don-t-require-boost-in-pkg-config.patch
io/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/io/CMakeLists.txt
b/io/CMakeLists.txt
index 163639b0252958188c25f7d9089574b589826ceb..460b3d52e7951e1a817c855a2f60d59e4a96e14e 100644
(file)
--- 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)