KCL-BMEIS / niftyreg

This project contains command line tools to perform rigid, affine and non-linear registration of nifti or analyse images as well as utilities
BSD 3-Clause "New" or "Revised" License
141 stars 42 forks source link

ExternalEigenSupport #81

Open res191 opened 2 years ago

res191 commented 2 years ago

Modifying CMake to support linking to external Eigen library. If the Eigen_DIR flag is set this will be used for building against eigen, otherwise the default internal Eigen libraries will be built and linked against.