[vtk-developers] VTK Examples broken outside of tree

Brad King brad.king at kitware.com
Mon Aug 23 11:48:04 EDT 2010


On 08/23/2010 11:45 AM, Bill Lorensen wrote:
> vtkMy also works fine. I created a directory. Copied all the source
> into it. Made a build tree. Ran cmake, and everything built?
> 
> I can't get the same thing to happen in vtkLocal, by my changes should
> not have affected that?

Almost all of the code in vtkLocal is in a

if(VTK_BINARY_DIR)
  # ... most of code...
endif(VTK_BINARY_DIR)

block.  Therefore when built outside the tree it builds nothing.

-Brad



More information about the vtk-developers mailing list