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

don't include LisOption.* if Lis is not used

parent 4319180f
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,8 @@ SET ( SOURCES ${SOURCES} ${SOURCES_LINALG_PRECOND})
GET_SOURCE_FILES(SOURCES_LINALG_LEQS LinAlg/SystemOfLinearEquations)
IF (NOT OGS_USE_LIS)
LIST(REMOVE_ITEM SOURCES_LINALG_LEQS
LinAlg/SystemOfLinearEquations/LisOption.h
LinAlg/SystemOfLinearEquations/LisOption.cpp
LinAlg/SystemOfLinearEquations/LisLinearSystem.h
LinAlg/SystemOfLinearEquations/LisLinearSystem.cpp
)
......
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