X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=CMakeLists.txt;h=ec8a27d7256f13978d8391f3d46e385434fe1bc6;hb=156cc35489affb730a6aa95409e46e3610977086;hp=7fb8b8d92df901cb762b45af477f7362b53f99c7;hpb=282b7e94e7ff6009ccaf8b26261d330b4d15ec74;p=gdcm.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 7fb8b8d9..ec8a27d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,8 +124,8 @@ INCLUDE (${CMAKE_ROOT}/Modules/TestBigEndian.cmake) TEST_BIG_ENDIAN(GDCM_WORDS_BIGENDIAN) INCLUDE (${CMAKE_ROOT}/Modules/CheckIncludeFile.cmake) +CHECK_INCLUDE_FILE("stdint.h" CMAKE_HAVE_STDINT_H) IF(UNIX) #Avoid polluting Win32 cmakecache - CHECK_INCLUDE_FILE("stdint.h" CMAKE_HAVE_STDINT_H) CHECK_INCLUDE_FILE("inttypes.h" CMAKE_HAVE_INTTYPES_H) ENDIF(UNIX)