Skip to content
Snippets Groups Projects
Commit 16a945ab authored by Norihiro Watanabe's avatar Norihiro Watanabe
Browse files

set OGS_USE_EIGEN on if Lis is enabled

parent 315de7e5
No related branches found
No related tags found
No related merge requests found
......@@ -120,6 +120,7 @@ option(OGS_ENABLE_ELEMENT_PYRAMID "Build FEM elements for pyramids." ON)
if(OGS_USE_LIS)
add_definitions(-DUSE_LIS)
include_directories(SYSTEM ${LIS_INCLUDE_DIR})
set(OGS_USE_EIGEN ON)
endif()
if(OGS_USE_PETSC)
......
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