catkin command for rosbuild_invoke_rospack(${PROJECT_NAME} ${_prefix} DIRS depends-manifests)
I'm currently working to update our package from from rosbuild to catkin and would like know how to write get list of packages that depends on current target package.
in the rosbuild system, we used following command and we're looking for the equivalent function/procedure in catkin system.
rosbuild_invoke_rospack(${PROJECT_NAME} ${_prefix} DIRS depends-manifests)