flexible-collision-library / fcl

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

Fix duplicate uninstall target #612

Closed csculley closed 7 months ago

csculley commented 7 months ago

Hello, I'm using this library with another library that creates an uninstall target, which was causing errors, since it already exists. I've added guards for this uninstall target according to Kitware's suggestions here.

Please let me know if anything needs to be changed in this PR! Thank you!


This change is Reviewable