Skip to content

Commit

Permalink
link moveit_robot_model from moveit_test_utils (moveit#1534)
Browse files Browse the repository at this point in the history
The library internally creates RobotModel objects
and needs to link the constructor.
  • Loading branch information
v4hn committed Mar 31, 2020
1 parent d6183e0 commit 7ded756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_core/utils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ add_library(${MOVEIT_TEST_LIB_NAME}
src/robot_model_test_utils.cpp
)
add_dependencies(${MOVEIT_TEST_LIB_NAME} ${catkin_EXPORTED_TARGETS})
target_link_libraries(${MOVEIT_TEST_LIB_NAME} ${catkin_LIBRARIES} ${urdfdom_LIBRARIES} ${urdfdom_headers_LIBRARIES} ${Boost_LIBRARIES})
target_link_libraries(${MOVEIT_TEST_LIB_NAME} moveit_robot_model ${catkin_LIBRARIES} ${urdfdom_LIBRARIES} ${urdfdom_headers_LIBRARIES} ${Boost_LIBRARIES})
set_target_properties(${MOVEIT_TEST_LIB_NAME} PROPERTIES VERSION "${${PROJECT_NAME}_VERSION}")

install(
Expand Down

0 comments on commit 7ded756

Please sign in to comment.