File tree Expand file tree Collapse file tree 3 files changed +0
-32
lines changed
Expand file tree Collapse file tree 3 files changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -269,9 +269,6 @@ if(OPENGL_FOUND AND NOT MSVC)
269269 set (PKG_NAME "ompl" )
270270 set (PKG_DESC "The Open Motion Planning Library" )
271271 set (PKG_EXTERNAL_DEPS "eigen3 ${ompl_PKG_DEPS} " )
272- if (OMPL_EXTENSION_ODE)
273- set (PKG_EXTERNAL_DEPS "${PKG_EXTERNAL_DEPS} " )
274- endif ()
275272 set (PKG_OMPL_LIBS "-lompl -lompl_app_base -lompl_app ${ompl_LINK_FLAGS} " )
276273 configure_file ("${CMAKE_CURRENT_SOURCE_DIR} /ompl/CMakeModules/ompl.pc.in"
277274 "${CMAKE_CURRENT_BINARY_DIR} /ompl.pc" @ONLY)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ The following dependencies are optional:
2323* [ PyQt] ( https://www.riverbankcomputing.co.uk/software/pyqt/download5 ) (for GUI)
2424* [ PyOpenGL] ( https://pyopengl.sourceforge.net/ ) (for GUI)
2525* [ Py++] ( https://github.com/ompl/ompl/blob/main/doc/markdown/installPyPlusPlus.md ) (needed to generate Python bindings)
26- * [ ODE] ( http://ode.org ) (needed to compile support for planning using the Open Dynamics Engine)
2726* [ Doxygen] ( http://www.doxygen.org ) (needed to create a local copy of the documentation at
2827 https://ompl.kavrakilab.org )
2928
You can’t perform that action at this time.
0 commit comments