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 <[email protected]>
  • Loading branch information
sloretz committed Jul 1, 2021
1 parent 6d562c0 commit 95681e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
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})

# Download needed data file
catkin_download_test_data(
Expand Down

0 comments on commit 95681e8

Please sign in to comment.