Skip to content

Commit

Permalink
[build] Require ODE >= 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Mar 22, 2024
1 parent 7e40040 commit 8be899c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/DARTFindODE.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ find_package(ODE QUIET CONFIG NAMES ODE ode)

if(NOT ODE_FOUND AND NOT ode_FOUND)

find_package(ODE 0.13 QUIET MODULE)
find_package(ODE 0.16.2 QUIET MODULE)

if(ODE_FOUND AND NOT TARGET ODE::ODE)
add_library(ODE::ODE INTERFACE IMPORTED)
Expand Down
2 changes: 2 additions & 0 deletions docs/readthedocs/developer_guide/build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ Here's a summary of the dependencies required to build DART (WIP):
+------------+----------+---------+--------------+-------+
| Octomap | No | Runtime | 1.9.7 | |
+------------+----------+---------+--------------+-------+
| ODE | No | Runtime | 0.16.2 | |
+------------+----------+---------+--------------+-------+

Clone the DART Repository
~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 8be899c

Please sign in to comment.