[vtkusers] (no subject)

Maarten Beek beekmaarten at yahoo.com
Wed May 21 14:25:29 EDT 2014


The first configure in CMake for VTK6.1 and VS 2013 64bit, gives me
    VTK_EXPLICIT_TEMPLATES:INTERNAL=0
in the CMakeCache.txt file.

This generates errors involving the VTK_DATA_ARRAY_TEMPLATE_INSTANTIATE macro in vtkDataArrayTemplate.h when building VTK in VS 2013.

Setting VTK_EXPLICIT_TEMPLATES:INTERNAL=1, reloading the cache in CMake before generating the project file, solves the problems.

It seems this problem also existed with VS 2010 64bit (emails by Eric Fahlgren, dating back to Aug 2013).


Is there a way to avoid having to edit the CMakeCache.txt file by hand?

Maarten
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20140521/3681d5eb/attachment.html>


More information about the vtkusers mailing list