From 2d0e9c5025745200bad0333063203240cfe4a6c1 Mon Sep 17 00:00:00 2001 From: malaterre Date: Fri, 11 Feb 2005 22:20:07 +0000 Subject: [PATCH] ENH: Paranoid rebuild each time something change...should help problem on a continuous + VTK --- vtk/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vtk/CMakeLists.txt b/vtk/CMakeLists.txt index 6cb8cd04..da5acb64 100644 --- a/vtk/CMakeLists.txt +++ b/vtk/CMakeLists.txt @@ -1,5 +1,7 @@ #----------------------------------------------------------------------------- # VTK GDCM Reader subdir +# Rebuild gdcm whenever a file starting with vtk* is modified +INCLUDE_REGULAR_EXPRESSION("^vtk.*$") #----------------------------------------------------------------------------- # Include the VTK library -- 2.45.1