From 0f3dd0f279a7fa408799d227df781067393118d5 Mon Sep 17 00:00:00 2001 From: Simon Praetorius <simon.praetorius@tu-dresden.de> Date: Mon, 30 Jul 2012 07:53:35 +0000 Subject: [PATCH] navierStokes demo --- demo/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/demo/CMakeLists.txt b/demo/CMakeLists.txt index 78123c7e..af25bdb4 100644 --- a/demo/CMakeLists.txt +++ b/demo/CMakeLists.txt @@ -124,11 +124,6 @@ if (TOOLS_DIR) add_executable("navierStokesDd" ${navierStokesDd}) target_link_libraries("navierStokesDd" ${BASIS_LIBS}) - set(linearElasticity ${TOOLS_DIR}/baseProblems/LinearElasticity.cc - src/linearElasticity.cc) - add_executable("linearElasticity" ${linearElasticity}) - target_link_libraries("linearElasticity" ${BASIS_LIBS}) - endif() else() message(WARNING "No tools directory specified! Some demos will not be build.") -- GitLab