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

Rename Library-C++ target in CMakeLists.txt to allow FetchContent #154

Closed benardp closed 2 years ago

benardp commented 2 years ago

When using FetchContent with both fgt and cpd, the "Library-C++" target names are conflicting since the namespace only applies at installation time. I suggest to rename them as fgt and cpd respectively.