From: malaterre Date: Fri, 11 Feb 2005 22:20:07 +0000 (+0000) Subject: ENH: Paranoid rebuild each time something change...should help problem on a continuou... X-Git-Tag: Version1.0.bp~10 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2d0e9c5025745200bad0333063203240cfe4a6c1;p=gdcm.git ENH: Paranoid rebuild each time something change...should help problem on a continuous + VTK --- 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