Skip to content
Snippets Groups Projects
Commit 65f23595 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

removed non-existing files from CMakeLists

parent 92fc4028
No related branches found
No related tags found
Loading
...@@ -23,14 +23,6 @@ if (dune-functions_FOUND) ...@@ -23,14 +23,6 @@ if (dune-functions_FOUND)
add_amdis_executable(NAME "navier_stokes_mtl" SOURCES navier_stokes_mtl.cc) add_amdis_executable(NAME "navier_stokes_mtl" SOURCES navier_stokes_mtl.cc)
target_link_libraries(navier_stokes_mtl amdis-extensions) target_link_libraries(navier_stokes_mtl amdis-extensions)
add_dependencies(examples navier_stokes_mtl) add_dependencies(examples navier_stokes_mtl)
add_amdis_executable(NAME "navier_stokes_mtl2" SOURCES navier_stokes_mtl2.cc)
target_link_libraries(navier_stokes_mtl2 amdis-extensions)
add_dependencies(examples navier_stokes_mtl2)
add_amdis_executable(NAME "navier_stokes_mtl3" SOURCES navier_stokes_mtl3.cc)
target_link_libraries(navier_stokes_mtl3 amdis-extensions)
add_dependencies(examples navier_stokes_mtl3)
endif () endif ()
if (BACKEND STREQUAL "PETSC") if (BACKEND STREQUAL "PETSC")
......
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