flexible-collision-library / fcl

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

Avoid GLOB_RECURSE in CMakeLists #561

Open SpaceIm opened 2 years ago

SpaceIm commented 2 years ago

I really had a hard-time on Windows while rebuilding specific targets to fix issues in https://github.com/flexible-collision-library/fcl/pull/461, even with Ninja and a good SSD. I mean, waiting 15s each time is not very convenient.

Here are some reason to not use glob:


This change is Reviewable