[vtkusers] vtkConfig.cmake

John Drescher drescherjm at gmail.com
Wed Aug 14 10:53:37 EDT 2013


On Wed, Aug 14, 2013 at 10:46 AM, Altamash Abbasi
<altamashabbasi at gmail.com> wrote:
> if u could tell me once more time . . .
>

Here is the instructions from Bill Lorensen earlier today:

"From the build directory inside the example you are building type:

cmake -DVTK_DIR:PATH=/home/stame1/software/VTKBin ..
make"

Although depending on your path you may need to adjust the .. part of
that command I normally execute in the folder of the root
CMakeLists.txt of my project like this (assuming
/home/stame1/software/VTKBin  is the folder you built vtk inside)

cmake -DVTK_DIR:PATH=/home/stame1/software/VTKBin
make

John



More information about the vtkusers mailing list