[Cmake] HAVE_STDINT_H

Mathieu Malaterre Mathieu . Malaterre at creatis . insa-lyon . fr
Fri, 14 Nov 2003 16:02:20 +0100


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