aboutsummaryrefslogtreecommitdiff
path: root/ports/pcl/config_install.patch
diff options
context:
space:
mode:
authorTsukasa Sugiura <t.sugiura0204@gmail.com>2017-06-15 07:46:30 +0900
committerTsukasa Sugiura <t.sugiura0204@gmail.com>2017-06-22 00:31:28 +0900
commit302f67feedf6bb0cb1163f2fcdef4a162c5a843c (patch)
tree86a3db01af6ff80383f6ee2f3b54ab6c79e274f3 /ports/pcl/config_install.patch
parentc5ac9898999b712b7bac2fbc497825882d5e9011 (diff)
downloadvcpkg-302f67feedf6bb0cb1163f2fcdef4a162c5a843c.tar.gz
vcpkg-302f67feedf6bb0cb1163f2fcdef4a162c5a843c.zip
Add PCL port
Add Point Cloud Library (PCL)
Diffstat (limited to 'ports/pcl/config_install.patch')
-rw-r--r--ports/pcl/config_install.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/pcl/config_install.patch b/ports/pcl/config_install.patch
new file mode 100644
index 000000000..de11bd939
--- /dev/null
+++ b/ports/pcl/config_install.patch
@@ -0,0 +1,13 @@
+diff --git a/cmake/pcl_utils.cmake b/cmake/pcl_utils.cmake
+index 55b0820f2..034fbc227 100644
+--- a/cmake/pcl_utils.cmake
++++ b/cmake/pcl_utils.cmake
+@@ -109,7 +109,7 @@ macro(SET_INSTALL_DIRS)
+ set(BIN_INSTALL_DIR "bin")
+ set(PKGCFG_INSTALL_DIR "${LIB_INSTALL_DIR}/pkgconfig")
+ if(WIN32 AND NOT MINGW)
+- set(PCLCONFIG_INSTALL_DIR "cmake")
++ set(PCLCONFIG_INSTALL_DIR "share/pcl")
+ else(WIN32 AND NOT MINGW)
+ set(PCLCONFIG_INSTALL_DIR "share/${PROJECT_NAME_LOWER}-${PCL_MAJOR_VERSION}.${PCL_MINOR_VERSION}")
+ endif(WIN32 AND NOT MINGW)