Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit d8727801 authored by snuverink_j's avatar snuverink_j
Browse files

Fix compilation of SAAMG solver

parent 873f74e5
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ set (HDRS
PoissonSolver.h
)
if ( HAVE_SAAMG_SOLVER )
if ( ENABLE_SAAMG_SOLVER )
list(APPEND _SRCS
ArbitraryDomain.cpp
BoxCornerDomain.cpp
......@@ -29,7 +29,7 @@ if ( HAVE_SAAMG_SOLVER )
RectangularDomain.h
)
endif (HAVE_SAAMG_SOLVER )
endif ( ENABLE_SAAMG_SOLVER )
set(AMR_MG_DIR "")
......
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