HendrikBrueckler / QGP3D

A quantization method for volumetric parametrizations based on the MC3D
GNU General Public License v3.0
12 stars 9 forks source link

cmake: don't use find_package(Eigen) if we already have the target #2

Closed mheistermann closed 2 months ago

mheistermann commented 8 months ago

When using QGP3D inside algohex, an Eigen target is already created, we don't want to find it again (and possibly mix and match eigen versions). Noticed as the container I'm building in doesn't have a globally installed Eigen.

HendrikBrueckler commented 2 months ago

Sorry for taking so long, this has now finally been fixed.