[vtk-developers] VTK Examples broken outside of tree

Bill Lorensen bill.lorensen at gmail.com
Mon Aug 23 11:54:59 EDT 2010


That was the problem. A type in my changes.

So, they both build outside the tree.

Bill

On Mon, Aug 23, 2010 at 11:48 AM, Brad King <brad.king at kitware.com> wrote:
> 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