Import 2017-06-07 23:51:09: master 965585f1

Author Committer Branch Timestamp Parent
jcfr jcfr master 2014-08-26 22:54:28 master c0d5b824
Affected Issues 0003809: slicer hangs on startup and can lead to machine crashing
Changeset

BUG: Enable VTK_ENABLE_KITS only on MacOSX. Issue 0003809

On Linux, enabling VTK_ENABLE_KITS prevent the vtk package from
being properly imported from an install tree.

For example, the "vtk.vtkTextActor" is not available after starting
Slicer from an install tree. On the other hand, after Slicer is started,
doing the following allow to access the 'vtkTextActor':

import vtk.vtkRenderingKit
vtk.vtkRenderingKit.vtkTextActor

git-svn-id: http://svn.slicer.org/Slicer4/trunk@23625 3bd1e089-480b-0410-8dfb-8563597acbee

mod - SuperBuild/External_VTKv6.cmake Diff File