From: Matthias Maier Date: Wed, 6 Mar 2013 17:46:46 +0000 (+0000) Subject: Bugfix X-Git-Tag: v8.0.0~1079^2~28 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fb98c4a59293d56b2de2d255bb6a3562158b470;p=dealii.git Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@28762 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/CMakeLists.txt b/deal.II/examples/CMakeLists.txt index 3d89b4ac39..00c5543911 100644 --- a/deal.II/examples/CMakeLists.txt +++ b/deal.II/examples/CMakeLists.txt @@ -29,9 +29,4 @@ IF(DEAL_II_COMPONENT_EXAMPLES) ) ENDFOREACH() - INSTALL(FILES GNUmakefile - DESTINATION ${DEAL_II_EXAMPLES_RELDIR} - COMPONENT examples - ) - ENDIF()