Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ToivoS authored May 1, 2020
1 parent c5850c5 commit a292055
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sr_hand_kinematics/hand_kinematics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ if (CATKIN_ENABLE_TESTING)
add_rostest_gtest(test_kinematics_as_plugin test/hand_kinematics_plugin_test.test test/test_kinematics_as_plugin.cpp)
target_link_libraries(test_kinematics_as_plugin ${moveit_core_LIBRARIES} hand_kinematics ${catkin_LIBRARIES})
add_dependencies(test_kinematics_as_plugin ${hand_kinematics_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})
endif()

if (CATKIN_ENABLE_TESTING)
add_rostest_gtest(test_kinematics_as_service test/hand_kinematics_services_test.test test/test_kinematics_as_service.cpp)
target_link_libraries(test_kinematics_as_service ${catkin_LIBRARIES})
add_dependencies(test_kinematics_as_service ${hand_kinematics_EXPORTED_TARGETS} ${catkin_EXPORTED_TARGETS})
Expand Down

0 comments on commit a292055

Please sign in to comment.