Skip to content

Commit b73426f

Browse files
authored
Update CMakeLists.txt
1 parent 4980fdb commit b73426f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/examples/realtime_servo/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ add_executable(pose_tracking_tutorial src/pose_tracking_tutorial.cpp)
22
target_include_directories(pose_tracking_tutorial PUBLIC include)
33
target_link_libraries(pose_tracking_tutorial PUBLIC tf2_eigen::tf2_eigen
44
moveit_ros_planning::moveit_planning_scene_monitor
5-
moveit_servo::moveit_servo_lib_cpp
5+
moveit_servo::moveit_servo_lib_cpp
66
)
77

88
install(

0 commit comments

Comments
 (0)