[vtk-developers] Modules missing from the Standalone Group

Jeff Baumes jeff.baumes at kitware.com
Thu Jul 19 10:43:11 EDT 2012


On Wed, Jul 18, 2012 at 1:24 PM, Utkarsh Ayachit <
utkarsh.ayachit at kitware.com> wrote:

> FWIW, it might have been a good idea to provide nonintrusive API to
> specify module groups. If we add a new group, the fact that one has to dig
> into all module.cmake files is a bit cumbersome to say the least.
>

One suggestion along this route is to have groups just be special modules
with nothing in them but a list dependent modules. So you'd have

VTK/Group/StandAlone/module.cmake
VTK/Group/Rendering/module.cmake
...

which lists the dependencies of GroupStandAlone, GroupRendering, etc. just
like any other module. When you turn on a group, the members of the group
get built just like how all other module dependencies are satisfied.

Jeff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20120719/c82398e9/attachment.html>


More information about the vtk-developers mailing list