[vtkusers] Minimal Build

David E DeMarle dave.demarle at kitware.com
Tue Aug 5 18:40:18 EDT 2014


Not sure how Infovis is sneaking in. When you configure your build, cmake
spits out all the enabled modules and tells you why. Look there.

Geovis is in Group_Rendering for some reason. So you have to turn off
Group_Rendering too. Then in the advanced cmake options page turn on only
the specific modules you are interested in.

Definitely turn testing off as well. The regression tests (many of which do
rendered image comparisons) bring in more modules. There is another cmake
flag to prevent that but the name escapes me right now.

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Tue, Aug 5, 2014 at 6:23 PM, David E DeMarle <dave.demarle at kitware.com>
wrote:

> BUILD_TESTING is off or on?
> VTK_WRAP_? is off or on?
> VTK_Group_StandAlone is off or on?
>
>
> David E DeMarle
> Kitware, Inc.
> R&D Engineer
> 21 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-881-4909
>
>
> On Tue, Aug 5, 2014 at 6:15 PM, Totte Karlsson <tottek at gmail.com> wrote:
>
>> Hi,
>> How does one create a minimal VTK build?
>>
>> I have unchecked almost everything in CMake when creating build files, but
>> even then it seems that almost everything is being built.
>>
>> Only thing I have checked is "vtk group rendering".
>>
>> For example geovis and infovis are unchecked but they are still being
>> built.
>> I'm using the borland CMake generator and are building static libs
>>
>> Cheers,
>> Totte
>>
>>
>>
>> --
>> View this message in context:
>> http://vtk.1045678.n5.nabble.com/Minimal-Build-tp5728090.html
>> Sent from the VTK - Users mailing list archive at Nabble.com.
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the VTK FAQ at:
>> http://www.vtk.org/Wiki/VTK_FAQ
>>
>> Follow this link to subscribe/unsubscribe:
>> http://public.kitware.com/mailman/listinfo/vtkusers
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20140805/314b63a9/attachment.html>


More information about the vtkusers mailing list