projects
/
pcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee9077c
)
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>
Fri, 19 Aug 2022 11:41:49 +0000
(12:41 +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 27ef980720115095adcfd4571eb38bc66aa6483c..b8e514884747f468a4829134537e41e2314283a7 100644
(file)
--- a/
PCLConfig.cmake.in
+++ b/
PCLConfig.cmake.in
@@
-390,7
+390,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