gadomski / cpd

C++ implementation of the Coherent Point Drift point set registration algorithm.
http://www.gadom.ski/cpd
GNU General Public License v2.0
385 stars 122 forks source link

fgt.hpp: No such file or directory #152

Closed Boruson closed 3 years ago

Boruson commented 3 years ago

Can not open file "fgt.hpp":No such file or directoy when I use vs2017 build project. but I can not find that "fgt.hpp" in cpd include directory, is it loss?

gadomski commented 3 years ago

https://github.com/gadomski/fgt is an optional dependency of cpd. Disable WITH_FGT in the cmake configuration if you aren't building w/ FGT.