Skip to content
Snippets Groups Projects
Commit 4751e265 authored by Stefan Girke's avatar Stefan Girke
Browse files

[cmake] avoid PAdaptiveLagrangeSpace for polorder = 0

parent 3ae22285
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,8 @@ add_executable( poissonall "${MAININCLUDE_PATH}/main.cc"
"${MAININCLUDE_PATH}/main_2.cc"
"${MAININCLUDE_PATH}/main_3.cc")
dune_target_link_libraries(poissonall ${DUNE_LIBS})
set_property(TARGET poissonall APPEND PROPERTY
COMPILE_DEFINITIONS "LAG")
add_executable( poisson "${MAININCLUDE_PATH}/main.cc" "${MAININCLUDE_PATH}/main_pol.cc")
dune_target_link_libraries(poisson ${DUNE_LIBS})
......
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