Skip to content

Commit

Permalink
orocos_kdl -> orocos_kdl_vendor #128
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Nov 16, 2023
1 parent 511e701 commit f3b2554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lbr_demos/lbr_demos_fri_ros2_advanced_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ find_package(FRIClient REQUIRED)
find_package(kdl_parser REQUIRED)
find_package(lbr_fri_ros2 REQUIRED)
find_package(lbr_fri_msgs REQUIRED)
find_package(orocos_kdl REQUIRED)
find_package(orocos_kdl_vendor REQUIRED)
find_package(rclcpp REQUIRED)
find_package(rclcpp_components REQUIRED)

Expand All @@ -38,7 +38,7 @@ ament_target_dependencies(
kdl_parser
lbr_fri_ros2
lbr_fri_msgs
orocos_kdl
orocos_kdl_vendor
rclcpp
rclcpp_components
)
Expand Down

0 comments on commit f3b2554

Please sign in to comment.