dartsim/dart
examples/atlas_puppet/CMakeLists.txt
:15
find_package(DART 6.15.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.15.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART 6.6.0 REQUIRED COMPONENTS ${required_components} CONFIG)
find_package(DART ${DART_MIN_REQUIRED_VERSION} CONFIG OPTIONAL_COMPONENTS collision-bullet collision-ode utils-urdf)
find_package(DART 6.8.5 REQUIRED
COMPONENTS optimizer-nlopt utils
OPTIONAL_COMPONENTS utils-urdf # for 'perception' target
CONFIG
)