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

Improve cmake config script for jsoncpp #111

Closed gadomski closed 7 years ago

gadomski commented 7 years ago

Adds cmake variables CPD_WITH_FGT and CPD_WITH_JSONCPP and updates the examples cmake to use these variables.

@alexsmartens can you pull down this branch, install it, and see if it's updated examples/rigid.cpp fixes things for you?

Might fix #105.