Skip to content
Snippets Groups Projects
Unverified Commit 058dc30c authored by René Fritze's avatar René Fritze
Browse files

[cmake] remove unnecessary eigen checks

parent 55ed9680
Branches
Tags
No related merge requests found
...@@ -38,9 +38,6 @@ dune_enable_all_packages(INCLUDE_DIRS ${dune-xt-la_SOURCE_DIR}/dune ...@@ -38,9 +38,6 @@ dune_enable_all_packages(INCLUDE_DIRS ${dune-xt-la_SOURCE_DIR}/dune
add_header_listing() add_header_listing()
make_dependent_modules_sys_included() make_dependent_modules_sys_included()
if (EIGEN3_FOUND)
add_definitions("-isystem ${EIGEN3_INCLUDE_DIR}")
endif (EIGEN3_FOUND)
add_subdirectory(dune) add_subdirectory(dune)
add_subdirectory(doc) add_subdirectory(doc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment