[fcl] Explicity handle FCL_USE_X64_SSE CMake option#11406
[fcl] Explicity handle FCL_USE_X64_SSE CMake option#11406strega-nil merged 2 commits intomicrosoft:masterfrom
Conversation
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.
PhoebeHui
left a comment
There was a problem hiding this comment.
@traversaro, thanks for the PR!
Could you also update the Version to '0.6.0-1' in CONTROL file?
Done in traversaro@a02bab8 . |
PhoebeHui
left a comment
There was a problem hiding this comment.
Thanks for the udpates!
|
The CI failed on 'git checkout' step, it doesn't related to this change, @strega-nil, could you help have a look? |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Cools, LGTM! Thanks @traversaro :) I'll wait for the CI to finish and then merge. |
|
The CI failures doesn't relate to this changes. Failures: |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Alright, it passed! Thanks @traversaro :) |
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.
Related upstream PR: flexible-collision-library/fcl#470 .
What does your PR fix? There is no relative issue.
Which triplets are supported/not supported? Have you updated the CI baseline? The CI baseline should not change.
Does your PR follow the maintainer guide? Yes