projects
/
pcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5c08e4
)
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, 9 Jan 2023 20:21:07 +0000
(20:21 +0000)
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 ddf93eb64c1280e8668687b843de5e36c1d0c81a..4d048ebe7368d520c7fd02a0a676bc6ad3643b17 100644
(file)
--- a/
PCLConfig.cmake.in
+++ b/
PCLConfig.cmake.in
@@
-391,7
+391,7
@@
if(WIN32 AND NOT MINGW)
endif()
else()
# 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()
# check whether PCLConfig.cmake is found into a PCL installation or in a build tree