Skip to content

Commit

Permalink
robot_model, simplify CMakeLists.txt
Browse files Browse the repository at this point in the history
Following guidelines provided at
moveit#8 (comment)
  • Loading branch information
vmayoral committed Feb 24, 2019
1 parent 18edf88 commit db9f036
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions moveit_core/robot_model/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ add_library(${MOVEIT_LIB_NAME}
src/revolute_joint_model.cpp
src/robot_model.cpp
)
# set_target_properties(${MOVEIT_LIB_NAME} PROPERTIES VERSION ${${PROJECT_NAME}_VERSION})

target_link_libraries(${MOVEIT_LIB_NAME} moveit_profiler moveit_exceptions moveit_kinematics_base ${rclcpp_LIBRARIES} ${rmw_implementation_LIBRARIES} ${urdfdom_LIBRARIES} ${urdfdom_headers_LIBRARIES} ${Boost_LIBRARIES})
# add_dependencies(${MOVEIT_LIB_NAME} ${catkin_EXPORTED_TARGETS})
ament_target_dependencies(${MOVEIT_LIB_NAME}
urdf
urdfdom_headers
visualization_msgs)
visualization_msgs
moveit_profiler
moveit_exceptions
moveit_kinematics_base)

if(AMENT_ENABLE_TESTING)
find_package(moveit_resources REQUIRED)
Expand Down

0 comments on commit db9f036

Please sign in to comment.