From: Lei Qiao Date: Thu, 9 Apr 2015 20:29:09 +0000 (-0500) Subject: add '*.vtu *.pvtu' to CLEAN_UP_FILES list in step-40. X-Git-Tag: v8.3.0-rc1~304^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ae8c645f442eb1b6a2a7214c86b85205b8a0fd6;p=dealii.git add '*.vtu *.pvtu' to CLEAN_UP_FILES list in step-40. --- diff --git a/examples/step-40/CMakeLists.txt b/examples/step-40/CMakeLists.txt index 90ee75a07b..57db64ff26 100644 --- a/examples/step-40/CMakeLists.txt +++ b/examples/step-40/CMakeLists.txt @@ -47,5 +47,6 @@ One or all of these are OFF in your installation but are required for this tutor ENDIF() DEAL_II_INITIALIZE_CACHED_VARIABLES() +SET(CLEAN_UP_FILES *.log *.gmv *.gnuplot *.gpl *.eps *.pov *.vtk *.ucd *.d2 *.vtu *.pvtu) PROJECT(${TARGET}) DEAL_II_INVOKE_AUTOPILOT()