Skip to content

Commit

Permalink
Build without ODE on Windows CI builds (#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 authored Apr 27, 2020
1 parent c79cf9b commit 9180d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ jobs:
VCPKG_PACKAGES: 'assimp boost-system boost-filesystem ccd eigen3 fcl'
# 'dart-utils' needs tinyxml2 and boost algorithm/lexical-cast
# and also boost-math to resolve a circular dependency with lexical-cast
VCPKG_OPTIONAL_PACKAGES: 'boost-algorithm boost-lexical-cast boost-math bullet3 ode tinyxml2'
# VCPKG_OPTIONAL_PACKAGES_NOT_WORKING: 'flann ipopt nlopt osg urdfdom'
VCPKG_OPTIONAL_PACKAGES: 'boost-algorithm boost-lexical-cast boost-math bullet3 tinyxml2'
# VCPKG_OPTIONAL_PACKAGES_NOT_WORKING: 'flann ipopt nlopt ode osg urdfdom'
shell: cmd
run: |
vcpkg install --recurse --triplet x64-windows %VCPKG_PACKAGES%
Expand Down

0 comments on commit 9180d98

Please sign in to comment.