Skip to content
Snippets Groups Projects
Commit 94fdcd01 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[cmake] disable warnings for eigen3

parent 959d1500
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,9 @@ include(GridUtils)
add_header_listing()
make_dependent_modules_sys_included()
if (EIGEN3_FOUND)
add_definitions("-isystem ${EIGEN3_INCLUDE_DIR}")
endif (EIGEN3_FOUND)
add_subdirectory(dune)
add_subdirectory("cmake/modules")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment