[Cmake] freetype module from vtk

Klaas Holwerda kholwerd at xs4all . nl
Thu, 09 Oct 2003 21:08:59 +0200


Hi,

In my project i us the freetype module from vtk too.
With the latest Cmake 1.8.1 i get an error on the following line from
ftconfig.h. Saying that CMAKE_SIZEOF_INT is not available anymore.

#define FT_SIZEOF_INT   ${CMAKE_SIZEOF_INT}

So i checked the latests smae file in Vtk CVS, it is still the same, and
the i found module in cmake with backwardCompatibility in the name,
and now i am lost ;-)

Please tell what i can do,

Klaas