[vtk-developers] Building for X-Windows
Yves Starreveld
ystarrev at uwo.ca
Thu Aug 30 11:41:50 EDT 2001
Folks,
I have been working on getting vtknew to build properly on OSX.
One thing is that these builds may or may not use X Windows.
Does anyone have a problem with me adding
> IF (CMAKE_HAS_X)
> OPTION(VTK_USE_X "Build classes for the X11 window manager" ON)
> ENDIF (CMAKE_HAS_X)
into vtkToolkits.h.in
and replacing all instances of CMAKE_HAS_X in the rest of the
CMakeLists.txt files in the distro with
VTK_USE_X ?
Thanks.
Yves
More information about the vtk-developers
mailing list