Skip to content

Commit

Permalink
cmakelist fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
GoesM authored Sep 28, 2024
1 parent e9063d9 commit 9a90d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcl_recorder/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ elseif(${ROS_VERSION} EQUAL 2)
add_executable(${PROJECT_NAME}_node src/PclRecorderROS2.cpp src/mainROS2.cpp)

ament_target_dependencies(${PROJECT_NAME}_node rclcpp sensor_msgs
pcl_conversions tf2 tf2_ros)
pcl_conversions tf2 tf2_ros tf2_eigen)

target_link_libraries(${PROJECT_NAME}_node ${Boost_SYSTEM_LIBRARY}
${PCL_LIBRARIES})
Expand Down

0 comments on commit 9a90d52

Please sign in to comment.