<div dir="ltr"><div dir="ltr"><div dir="auto">Sean, I'm working on getting the VTKExamples working with both old and new VTK modules. I've got a working solution for individual examples, e.g. <a href="https://lorensen.github.io/VTKExamples/site/Cxx/GeometricObjects/Cube/#cmakeliststxt">https://lorensen.github.io/VTKExamples/site/Cxx/GeometricObjects/Cube/#cmakeliststxt</a></div><div dir="auto"><br></div><div>Next I'll tackle building the whole suite.</div><div><br></div><div>Bill</div></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Jan 17, 2019, 11:07 AM Ben Boeckel via vtk-developers <<a href="mailto:vtk-developers@vtk.org" target="_blank">vtk-developers@vtk.org</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Jan 17, 2019 at 13:52:22 -0500, Sean McBride wrote:<br>
> On Thu, 17 Jan 2019 12:57:49 -0500, Ben Boeckel said:<br>
> >How about "Build module testing directories"?<br>
> <br>
> Sure.<br>
> <br>
> >> Is that last description even right?  Why have both these settings<br>
> >> anyway?  Should setting VTK_FORBID_DOWNLOADS to NO force testing to NO<br>
> >> also?<br>
> ><br>
> >I wasn't aware of `VTK_FORBID_DOWNLOADS`. It can be taken into account<br>
> >before passing it via `ENABLE_TESTS` to `vtk_module_scan`.<br>
> <br>
> Thanks.<br>
<br>
MR up shortly.<br>
<br>
> Next, I'm trying to build ITK master against VTK master and get:<br>
> <br>
>  CMake Error at Modules/Bridge/VtkGlue/CMakeLists.txt:38 (vtk_module_config):<br>
>    Unknown CMake command "vtk_module_config".<br>
> <br>
> I'm gonna guess this too is related to this 'new module system' stuff,<br>
> yes?  Does ITK need to change?  Or is VTK missing some backward<br>
> compatibility something?<br>
<br>
There's no provided backwards compat bridge. Looking, I suspect a block<br>
like:<br>
<br>
    elseif (VTK_VERSION VERSION_LESS 8.90)<br>
<br>
should wrap the existing `else` and a new block be added.<br>
<br>
--Ben<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer noreferrer" target="_blank">http://markmail.org/search/?q=vtk-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://vtk.org/mailman/listinfo/vtk-developers" rel="noreferrer noreferrer" target="_blank">https://vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
</blockquote></div>