[Insight-users] Re: Problems building version 1.2

Luis Ibanez luis.ibanez@kitware.com
Tue, 18 Mar 2003 14:18:51 -0500


Hi Liang,

Thanks for sending us your CMakeCache.txt files.

Here is the problem:

    CMAKE_CACHE_MAJOR_VERSION:INTERNAL=1
    CMAKE_CACHE_MINOR_VERSION:INTERNAL=6
    CMAKE_CACHE_RELEASE_VERSION:INTERNAL=patch 0


You are using CMake version 1.6.0

You need to update to CMake 1.6.5.

---

The ITK 1.2 release requires:

   1) CMake 1.6.5

InsightApplications require:

   2) VTK 4.2
   3) FLTK 1.1.3

Please update your CMake from

    http://www.cmake.org


Regards,


    Luis


------------------------------
liang@cs.toronto.edu wrote:
> Dear Luis,
> 
> Thank you for your kindly reply and advice.
>