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

Add static/dynamic logic to jsoncpp cmake #134

Closed gadomski closed 5 years ago

gadomski commented 6 years ago

If we're building cpd shared, find jsoncpp shared, and vice versa. Adds sensible fatal error messages to point the user in the correct direction.

Fixes #133.