nutofem / nuto

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

find_package(NuTo) doesn't look for Eigen #172

Closed Psirus closed 6 years ago

Psirus commented 6 years ago

If you run

find_package(NuTo)
target_link_libraries(someTarget NuTo::Mechanics)

CMake will automatically look for MUMPS, Metis, Ann, etc., but unfortunately not Eigen yet.