[Insight-users] installation problem

Luis Ibanez luis.ibanez@kitware.com
Fri, 22 Nov 2002 09:36:50 -0500


Hi imho,

Thanks for posting the CMakeCache.txt file.

There is something inconsintent here.
The cache has the following entry for the
ITK source directory:

//Value Computed by CMake
ITK_SOURCE_DIR:STATIC=C:/internet/VTK/ITK/InsightToolkit-1.0.0/InsightToolkit-1.0.0


Note the double "InsightToolkit-1.0.0",

but, judging from the error message you posted previously,
It would seem to be in

     "C:/internet/VTK/ITK/InsightToolkit-1.0.0"

What is the correct location ?


---

You may want to look at the CMakeCache.txt file in your
QtITK binary directory and look for the ITK_SOURCE_DIR
entry. Please let us know what you find (or just post
the file to the list).


   Thanks


    Luis




==================================================


imho wrote:
> Hi Luis,
> here is the cmakecache in itk build dir :
> 
...