diff options
| author | Silvio Traversaro <silvio.traversaro@iit.it> | 2020-06-12 08:20:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-11 23:20:27 -0700 |
| commit | b97fe822f5e59fbf6b93fd9c97794dddc1d8b9f0 (patch) | |
| tree | 5858583c7f586ebd0c76d2e2f621a1dfe61c1b44 /ports/ccd/CONTROL | |
| parent | 310f4df34f154e1e2cd0502a717baf6ccbe29549 (diff) | |
| download | vcpkg-b97fe822f5e59fbf6b93fd9c97794dddc1d8b9f0.tar.gz vcpkg-b97fe822f5e59fbf6b93fd9c97794dddc1d8b9f0.zip | |
[ccd] Add emscripten support (#11407)
Backport upstream patch: https://github.com/danfis/libccd/pull/70
Disable BUILD_TESTING, that has also the nice side effect of a faster build on all triplets.
Diffstat (limited to 'ports/ccd/CONTROL')
| -rw-r--r-- | ports/ccd/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/ccd/CONTROL b/ports/ccd/CONTROL index ded728779..5a5f59e28 100644 --- a/ports/ccd/CONTROL +++ b/ports/ccd/CONTROL @@ -1,4 +1,4 @@ Source: ccd -Version: 2.1-3 +Version: 2.1-4 Homepage: https://github.com/danfis/libccd Description: Library for collision detection between two convex shapes |
