[vtkusers] ItkVtkGlue_DIR NOT FOUND

John Drescher drescherjm at gmail.com
Mon Apr 8 15:42:50 EDT 2013


On Mon, Apr 8, 2013 at 3:16 PM, Jose Ignacio Prieto
<joseignacio.prieto at gmail.com> wrote:
> Sorry to bother. I don't have much experience using CMake. I think I
> followed the instructions. I am using win7, so I use CMake GUI. On it
> I opened the "source folder" where I have
> itkVtkImageConverterDICOM.cxx and CMakeLists.txt. Then it points to an
> error that says it needs the file "ItkVtkGlueConfig.cmake", but I
> don't have any file with that name on my PC. I just have a ItkVtkGlue
> folder inside ITK/Wrapping/ExternalProjects with a CMakeLists.txt and
> folders: bin,images,src,wrapping.
> Should I modify some of the CMakeLists files?
> Thank you very much.
> Ignacio

When you built ITK 4.3 you needed to enable Module_ITKVtkGlue.

Do that in cmake-gui, reconfigure, generate then compile itk. After
that your example should work.

John



More information about the vtkusers mailing list