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 9cc20eac authored by gsell's avatar gsell
Browse files

more CMakeLists.txt cleanup

parent 827b8b6a
No related branches found
No related tags found
No related merge requests found
...@@ -24,9 +24,9 @@ if (ENABLE_AMR) ...@@ -24,9 +24,9 @@ if (ENABLE_AMR)
${AMREX_LIBRARIES} ${AMREX_LIBRARIES}
) )
else (ENABLE_AMR) else ()
set(AMR_LIBS "") set(AMR_LIBS "")
endif (ENABLE_AMR) endif ()
if (ENABLE_AMR AND ENABLE_AMR_MG_SOLVER) if (ENABLE_AMR AND ENABLE_AMR_MG_SOLVER)
set (CMAKE_CXX_FLAGS set (CMAKE_CXX_FLAGS
......
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