Skip to content

Commit

Permalink
Remove unnencessary dependency on rsp_solver
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
  • Loading branch information
sloretz committed Sep 30, 2021
1 parent a264326 commit 0a633e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -70,7 +70,7 @@ if (CATKIN_ENABLE_TESTING)
target_link_libraries(test_two_links_moving_joint ${catkin_LIBRARIES} ${PROJECT_NAME}_solver)

add_rostest_gtest(test_frames_and_slashes ${CMAKE_CURRENT_SOURCE_DIR}/test/test_frames_and_slashes.launch test/test_frames_and_slashes.cpp)
target_link_libraries(test_frames_and_slashes ${catkin_LIBRARIES} ${PROJECT_NAME}_solver)
target_link_libraries(test_frames_and_slashes ${catkin_LIBRARIES})

add_rostest_gtest(test_joint_states_bag ${CMAKE_CURRENT_SOURCE_DIR}/test/test_joint_states_bag.launch test/test_joint_states_bag.cpp)
target_link_libraries(test_joint_states_bag ${catkin_LIBRARIES} ${PROJECT_NAME}_solver)
Expand Down

0 comments on commit 0a633e5

Please sign in to comment.