shared library bug fix (#331)
Signed-off-by: Patrick Musau <pmusau13ster@gmail.com>
This commit is contained in:
parent
d63143da27
commit
35a9f25848
@ -44,7 +44,7 @@ add_library(pcl_ros_tf src/transforms.cpp)
|
|||||||
ament_target_dependencies(pcl_ros_tf
|
ament_target_dependencies(pcl_ros_tf
|
||||||
${dependencies}
|
${dependencies}
|
||||||
)
|
)
|
||||||
target_link_libraries(pcl_ros_tf ${PCL_LIBRARIES})
|
target_link_libraries(pcl_ros_tf SHARED ${PCL_LIBRARIES})
|
||||||
|
|
||||||
### Nodelets
|
### Nodelets
|
||||||
#
|
#
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user