Revert "shared library bug fix (#331)" (#334)

This reverts commit 35a9f258487585e7a10e1d30a4d72f4b2f9bd16e.
This commit is contained in:
Steve Macenski 2021-07-01 16:20:31 -07:00 committed by GitHub
parent 461a66ca08
commit 5d63abd06e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ add_library(pcl_ros_tf src/transforms.cpp)
ament_target_dependencies(pcl_ros_tf
${dependencies}
)
target_link_libraries(pcl_ros_tf SHARED ${PCL_LIBRARIES})
target_link_libraries(pcl_ros_tf ${PCL_LIBRARIES})
### Nodelets
#