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

a few small cmake cleanups to use CONFIG for FGT and Eigen #167

Closed hobu closed 2 months ago

hobu commented 2 months ago

I don't think we need a release for this stuff just yet, but this modernizes the CMake config a little bit and ditches some of the older POLICY stuff that's now default anyway.

hobu commented 2 months ago

bah, it looks like we do need to update with this. The FindEigen.cmake stuff is busted with newer Eigen builds on Conda Forge. See https://github.com/conda-forge/cpd-feedstock/pull/6/checks for details.

gadomski commented 2 months ago

@hobu v0.5.5: https://github.com/gadomski/cpd/releases/tag/v0.5.5