From a54a5188377e59145d3bb9e6146701bef562daf4 Mon Sep 17 00:00:00 2001 From: Vincent Rabaud Date: Thu, 11 Oct 2012 17:45:51 +0200 Subject: [PATCH] install library to the right place --- pcl_ros/CMakeLists.txt | 6 +++--- pcl_ros/manifest.xml | 35 ----------------------------------- 2 files changed, 3 insertions(+), 38 deletions(-) delete mode 100644 pcl_ros/manifest.xml diff --git a/pcl_ros/CMakeLists.txt b/pcl_ros/CMakeLists.txt index 8ce8f594..cc56897e 100644 --- a/pcl_ros/CMakeLists.txt +++ b/pcl_ros/CMakeLists.txt @@ -27,7 +27,7 @@ install(DIRECTORY include/${PROJECT_NAME}/ ) install(TARGETS pcl_ros_tf - RUNTIME DESTINATION ${CATKIN_PROJECT_BIN_DESTINATION} - ARCHIVE DESTINATION ${CATKIN_PROJECT_LIB_DESTINATION} - LIBRARY DESTINATION ${CATKIN_PROJECT_LIB_DESTINATION} + RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} + ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} + LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} ) diff --git a/pcl_ros/manifest.xml b/pcl_ros/manifest.xml deleted file mode 100644 index d7319bc6..00000000 --- a/pcl_ros/manifest.xml +++ /dev/null @@ -1,35 +0,0 @@ - - -

- PCL (Point Cloud Library) ROS interface package. PCL-ROS is the preferred - bridge for 3D applications involving n-D Point Clouds and 3D geometry - processing in ROS. -

-
- Open Perception - Julius Kammerl - BSD - http://ros.org/wiki/pcl_ros - - - - - - - - - - - - - - - - - - - -