nutofem / nuto

NuTo - yet another finite element library
https://nuto.readthedocs.io
Boost Software License 1.0
17 stars 5 forks source link

Pde fix make install eigen #201

Closed TTitscher closed 6 years ago

TTitscher commented 6 years ago

We now use EigenConfig.cmake (provided by Eigen itself) to include Eigen in our NuTo cmake project. This defines a target Eigen3::Eigen that is now linked to all executables and libs that require it. It is also exported if you run sudo make install and therefore fixes #172.