flexible-collision-library / fcl

Flexible Collision Library
https://flexible-collision-library.github.io/
Other
1.35k stars 414 forks source link

Win support #530

Closed Tobias-Fischer closed 3 years ago

Tobias-Fischer commented 3 years ago

Visual studio does not support "not".


This change is Reviewable

traversaro commented 3 years ago

Related past PR by @sherm1 : https://github.com/flexible-collision-library/fcl/pull/441 .

traversaro commented 3 years ago

There are a few other instances of this, see https://github.com/flexible-collision-library/fcl/search?q=not%28FCL_HAVE_OCTOMAP%29&type= . I don't know if it could make sense to fix all of them.

Tobias-Fischer commented 3 years ago

Sounds good, I'll fix the other instances tomorrow.

Tobias-Fischer commented 3 years ago

Okay, this is ready for review.