diff --git a/demo/CMakeLists.txt b/demo/CMakeLists.txt index 78123c7e0ab647432458f5d72d67ce30b19ba213..af25bdb426d1d243608331d133954e0bcc89e016 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.")