projects
/
pcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dfdb9e
)
Fix PCL_ROOT path
author
Jochen Sprickerhof
<git@jochen.sprickerhof.de>
Fri, 18 Aug 2017 09:30:38 +0000
(11:30 +0200)
committer
Jochen Sprickerhof
<jspricke@debian.org>
Mon, 29 Apr 2019 18:44:32 +0000
(19:44 +0100)
Gbp-Pq: Name 0001-Fix-PCL_ROOT-path.patch
PCLConfig.cmake.in
patch
|
blob
|
history
diff --git
a/PCLConfig.cmake.in
b/PCLConfig.cmake.in
index 6fadb5954ba494d165c8b042e70c9fe95c5caa9b..344390565302f96ce5e2fb8791057e03fbdcc649 100644
(file)
--- a/
PCLConfig.cmake.in
+++ b/
PCLConfig.cmake.in
@@
-393,7
+393,7
@@
if(WIN32 AND NOT MINGW)
get_filename_component(PCL_ROOT "${PCL_DIR}" PATH)
else(WIN32 AND NOT MINGW)
# PCLConfig.cmake is installed to PCL_ROOT/share/pcl-x.y
- get_filename_component(PCL_ROOT "${CMAKE_CURRENT_LIST_DIR}/../.." ABSOLUTE)
+ get_filename_component(PCL_ROOT "${CMAKE_CURRENT_LIST_DIR}/../..
/../..
" ABSOLUTE)
endif(WIN32 AND NOT MINGW)
# check whether PCLConfig.cmake is found into a PCL installation or in a build tree