From 567c99977d9ae6ca97ec204cd7e95e221a48435f Mon Sep 17 00:00:00 2001 From: maier Date: Fri, 1 Mar 2013 16:32:59 +0000 Subject: [PATCH] Bugfix git-svn-id: https://svn.dealii.org/branches/branch_cmake@28692 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-19/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.39.5