[vtk-developers] Widgets directory...
Brad King
brad.king at kitware.com
Fri Jul 1 11:26:42 EDT 2005
Will Schroeder wrote:
> Okay, per Ken's suggestion I have removed the CMake variables
> VTK_USE_HYBRID, VTK_USE_VOLUMERENDERING, VTK_USE_WIDGETS from the VTK
> build process. So when you enable VTK_USE_RENDERING, the volume
> rendering, hybrid and widgets subdirectories (and related stuff) are
> automatically built into VTK. It is compiling fine for me, I am going to
> check this change, and the widget reorganization, into CVS now.
>
> You will want to remove the CMake variables VTK_USE_HYBRID,
> VTK_USE_VOLUMERENDERING, VTK_USE_WIDGETS from your cache the next time
> you build vtk.
These variables should not be removed completely. Outside projects use
them to test if the kits are available. You should just remove the
OPTION commands for them and replace them with
SET(VTK_USE_HYBRID ${VTK_USE_RENDERING})
...
-Brad
More information about the vtk-developers
mailing list