OpenPHDGuiding / phd2

PHD2 Guiding
https://openphdguiding.org
BSD 3-Clause "New" or "Revised" License
244 stars 111 forks source link

Use system eigen3 by default #1158

Closed agalasso closed 6 months ago

agalasso commented 6 months ago

Remove the bundled eigen3 and use the system's eigen3 by default. It is no longer necessary to specify -DUSE_SYSTEM_EIGEN3=ON.

Also, add running of unit tests to the Windows and Mac builds as this exercises the eigen code.