On Fri, Oct 14, 2011 at 6:12 PM, Marco Nolden <[email protected]> wrote: > Hi Miklos, > > thanks for reporting this, I filed a bug: > http://bugs.mitk.org/show_bug.cgi?id=9765 > > I already fixed the blueberry issue, but I'm a bit reluctant to include > a patch step for ITK and VTK in the superbuild since the patch command > is not always available on Windows.
Hi Marco, thanks for dealing with this. The patch command can be specified for ExternalProjects_Add, so eventually it can be replaced by copying the patched file to the right place. If you specify "cmake -E copy ..." instead of the current "patch -p1 ..." you can directly copy the patched files to their place, and it will work on every platform. Anyway, the patch is not needed for Windows, so if this does not hang the build procedure, it is not a big problem. Best, Miklos ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
