From 570269f2e51b1ced9eaf899e77055c7ff52a32e4 Mon Sep 17 00:00:00 2001 From: Julius Kammerl Date: Mon, 22 Apr 2013 11:32:02 -0700 Subject: [PATCH] deprecating bin install targets --- pcl_ros/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcl_ros/CMakeLists.txt b/pcl_ros/CMakeLists.txt index 939479ed..0054a16e 100644 --- a/pcl_ros/CMakeLists.txt +++ b/pcl_ros/CMakeLists.txt @@ -97,8 +97,8 @@ install(TARGETS pcl_ros_tf pcl_ros_io pcl_ros_filters pcd_to_pointcloud pointclo ) # these target locations are deprecated and will be dropped in Hydro! -install(TARGETS pcd_to_pointcloud pointcloud_to_pcd bag_to_pcd convert_pcd_to_image convert_pointcloud_to_image - DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION}) +#install(TARGETS pcd_to_pointcloud pointcloud_to_pcd bag_to_pcd convert_pcd_to_image convert_pointcloud_to_image +# DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION}) install(FILES pcl_nodelets.xml DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})