We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031f7f0 commit 434314eCopy full SHA for 434314e
moveit_planners/ompl/ompl_interface/CMakeLists.txt
@@ -26,6 +26,11 @@ set_target_properties(${MOVEIT_LIB_NAME} PROPERTIES VERSION "${${PROJECT_NAME}_V
26
27
find_package(OpenMP REQUIRED)
28
29
+# Used to link in ODE, an OMPL dependency, on macOS
30
+if(APPLE)
31
+ target_link_directories(${MOVEIT_LIB_NAME} PUBLIC ${OMPL_LIBRARY_DIRS})
32
+endif()
33
+
34
ament_target_dependencies(${MOVEIT_LIB_NAME}
35
moveit_core
36
moveit_msgs
0 commit comments