From 8c6b34f6b7a3afd4b4c326be1811ea63d3d9d735 Mon Sep 17 00:00:00 2001 From: Davide Date: Wed, 22 May 2013 01:21:31 +0300 Subject: [PATCH] removed a whitespace --- pcl_ros/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcl_ros/CMakeLists.txt b/pcl_ros/CMakeLists.txt index 57c8ba61..019ef73c 100644 --- a/pcl_ros/CMakeLists.txt +++ b/pcl_ros/CMakeLists.txt @@ -128,7 +128,7 @@ target_link_libraries (pcd_to_pointcloud pcl_io ${PCL_LIBRARIES} ${Boost_LIBRARI add_executable (pointcloud_to_pcd tools/pointcloud_to_pcd.cpp) target_link_libraries (pointcloud_to_pcd pcl_io ${PCL_LIBRARIES} ${Boost_LIBRARIES} ${catkin_LIBRARIES}) -add_executable ( bag_to_pcd tools/bag_to_pcd.cpp) +add_executable (bag_to_pcd tools/bag_to_pcd.cpp) target_link_libraries (bag_to_pcd pcl_io pcl_ros_tf ${PCL_LIBRARIES} ${Boost_LIBRARIES} ${catkin_LIBRARIES}) add_executable (convert_pcd_to_image tools/convert_pcd_to_image.cpp)