diff options
| author | Silvio Traversaro <silvio.traversaro@iit.it> | 2020-05-20 23:24:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-20 14:24:22 -0700 |
| commit | 3b79a2d257f29f1ce68604b4af453e9bfa80e018 (patch) | |
| tree | 7fc078edb6a2845c7b59715bf012d177e14a7e5b /ports/fcl/CONTROL | |
| parent | 07537f9a9bab29ebcfbe0f26350ed9b0547f5c45 (diff) | |
| download | vcpkg-3b79a2d257f29f1ce68604b4af453e9bfa80e018.tar.gz vcpkg-3b79a2d257f29f1ce68604b4af453e9bfa80e018.zip | |
[fcl] Explicity handle FCL_USE_X64_SSE CMake option (#11406)
* [fcl] Explicity handle FCL_USE_X64_SSE CMake option
The FCL_USE_X64_SSE option is enabled by default in fcl,
but it only make sense to enable SSE flags when targeting
either x86 or x64.
* Update CONTROL
Diffstat (limited to 'ports/fcl/CONTROL')
| -rw-r--r-- | ports/fcl/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/fcl/CONTROL b/ports/fcl/CONTROL index efd311474..0de5cc858 100644 --- a/ports/fcl/CONTROL +++ b/ports/fcl/CONTROL @@ -1,5 +1,5 @@ Source: fcl
-Version: 0.6.0
+Version: 0.6.0-1
Homepage: https://github.com/flexible-collision-library/fcl
Description: a library for performing three types of proximity queries on a pair of geometric models composed of triangles
Build-Depends: ccd, octomap, eigen3
|
