[Cmake] HAVE_STDINT_H

Andy Cedilnik andy . cedilnik at kitware . com
14 Nov 2003 10:05:01 -0500


Hi Mat,

You should not really use CMakeBackwardCompatibilityC, but do the tests
you need. CMakeBackwardCompatibilityC is there only for old users of
CMake when CMake did not have try compile capabilities.

			Andy

On Fri, 2003-11-14 at 10:02, Mathieu Malaterre wrote:
> Hi all,
> 
> 	I was willing to test if stdint.h is on my system, and I thought it was 
> already in CMake, but I couldn't find it anywhere. Is it my mistake ? 
> Shouldn't it be part of CMakeBackwardCompatibilityC ? (like 
> CMAKE_HAVE_LIMITS_H ...)
> 
> 	BTW, here is what I did:
> 
> INCLUDE (${CMAKE_ROOT}/Modules/CheckIncludeFile.cmake)
> CHECK_INCLUDE_FILE("stdint.h"    CMAKE_HAVE_STDINT_H)
> 
> Thanks,
> mathieu
> 
> _______________________________________________
> Cmake mailing list
> Cmake at www . cmake . org
> http://www . cmake . org/mailman/listinfo/cmake