First time here? Check out the FAQ!
answered 2013-02-02 03:45:05 -0500
Check the pcl_find_ros.cmake, I'm guessing you will see somewhere :
option(USE_ROS "Integrate with ROS rather than using native files" OFF)
Set the OFF to ON and it will tell PCL to use ROS.