flexible-collision-library / fcl

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

CMake: append to CMAKE_MODULE_PATH #559

Open SpaceIm opened 2 years ago

SpaceIm commented 2 years ago

It is not recommended to override CMAKE_MODULE_PATH, it can be quite surprising for user who want to inject some module file in another folder.


This change is Reviewable