diff --git a/MathLib/CMakeLists.txt b/MathLib/CMakeLists.txt index 4d2707d271f5abee6a664732f3e2a05360404993..49b61965dce79704a1a8a484529b3b28cef9f66e 100644 --- a/MathLib/CMakeLists.txt +++ b/MathLib/CMakeLists.txt @@ -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 )