From: maier Date: Fri, 1 Mar 2013 16:32:59 +0000 (+0000) Subject: Bugfix X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=567c99977d9ae6ca97ec204cd7e95e221a48435f;p=dealii-svn.git Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@28692 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-19/CMakeLists.txt b/deal.II/examples/step-19/CMakeLists.txt index 5c26c7a0dc..8ac35f2a54 100644 --- a/deal.II/examples/step-19/CMakeLists.txt +++ b/deal.II/examples/step-19/CMakeLists.txt @@ -11,6 +11,9 @@ SET(TARGET_SRC # You can specify additional files here! ) +# No sensible run target can be defined for this example step +SET(TARGET_RUN ";") + # Usually, you will not need to modify anything beyond this point... CMAKE_MINIMUM_REQUIRED(VERSION 2.8.8)