Skip to content

Commit

Permalink
ign-physics: add vcpkg dependencies
Browse files Browse the repository at this point in the history
Add bullet, ode, and urdfdom to ign-physics vcpkg dependencies
since these are needed for dartsim components.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed Jul 23, 2020
1 parent f7a79b9 commit 2cbf664
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set VCS_DIRECTORY=ign-physics
set PLATFORM_TO_BUILD=x86_amd64
set IGN_CLEAN_WORKSPACE=true

set DEPEN_PKGS="eigen3"
set DEPEN_PKGS="bullet3 eigen3 ode urdfdom"
:: This needs to be migrated to DSL to get multi-major versions correctly
set COLCON_PACKAGE=ignition-physics
set COLCON_AUTO_MAJOR_VERSION=true
Expand Down

0 comments on commit 2cbf664

Please sign in to comment.